Skip to main content

Type Alias: NotificationCardProps

NotificationCardProps: object

Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:13

Type declaration

actions?

optional actions: NotificationAction[]

caption?

optional caption: string | React.ReactNode

message

message: string | React.ReactNode

onClose()?

optional onClose: () => void

Returns

void

tags?

optional tags: string[] | React.ReactNode

title?

optional title: string | React.ReactNode

type

type: NotificationType