AppInfo.notification-cards
Components
AppInfoNotificationCards()
AppInfoNotificationCards(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | AppInfoNotificationCardsProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/AppInfo/notification-cards.tsx:16
Props
AppInfoNotificationCardsProps
AppInfoNotificationCardsProps:
object
Type declaration
Member | Type |
---|---|
notification | object |
notification.action | React.ReactNode |
notification.message | string |
notification.title | string |
updateButtonLabel | string |
version | string |
versionLabel | string |
Source
libs/design-system-components/src/components/AppInfo/notification-cards.tsx:9