INotificationProps
Definition
interface INotificationProps {
/**
* Message to show when showing
*/
message: string,
/**
* Any extra css classes to apply
*/
class?: string,
/**
* any extra styles
*/
styles?: any
}Usage
import { INotificationProps } from 'uxp/components';Last updated