NotificationsCard
Components
NotificationsCard()
NotificationsCard(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | NotificationsCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/NotificationsCard/index.tsx:38
Props
NotificationsCardProps
NotificationsCardProps:
object
Type declaration
Member | Type |
---|---|
emptySubtitle | string |
emptyTitle | string |
followingLabel | string |
handleEntryClick | (itemId , itemType ) => void |
handleMessageRead | (notifId ) => void |
handleProfileClick | (id ) => void |
isFetching | boolean |
loggedIn | boolean |
markAsReadLabel | string |
mentionedCommentLabel | string |
mentionedPostLabel | string |
moderatedAccountLabel | string |
moderatedPostLabel | string |
moderatedReplyLabel | string |
notifications | Record <string , unknown >[] |
replyToPostLabel | string |
replyToReplyLabel | string |
repostLabel | string |
transformSource | (src ) => Image |
Source
libs/design-system-components/src/components/NotificationsCard/index.tsx:14