Function: NotificationsBox()
NotificationsBox(
props):Element|null
Defined in: react-notifications/src/NotificationsBox.tsx:6
Parameters
| Parameter | Type |
|---|---|
props | { id?: string | number; notifications?: Notification[]; } |
props.id? | string | number |
props.notifications? | Notification[] |
Returns
Element | null