Skip to main content

Type Alias: NotificationCardProps

NotificationCardProps = object

Defined in: NotificationCard/NotificationCard.tsx:13

Properties

actions?

optional actions?: NotificationAction[]

Defined in: NotificationCard/NotificationCard.tsx:17


caption?

optional caption?: string | React.ReactNode

Defined in: NotificationCard/NotificationCard.tsx:18


message

message: string | React.ReactNode

Defined in: NotificationCard/NotificationCard.tsx:16


onClose?

optional onClose?: () => void

Defined in: NotificationCard/NotificationCard.tsx:20

Returns

void


tags?

optional tags?: string[] | React.ReactNode

Defined in: NotificationCard/NotificationCard.tsx:19


title?

optional title?: string | React.ReactNode

Defined in: NotificationCard/NotificationCard.tsx:15


type

type: NotificationType

Defined in: NotificationCard/NotificationCard.tsx:14