Skip to main content

NotificationsCard

Components

NotificationsCard()

NotificationsCard(props, context?): ReactNode

Parameters

ParameterType
propsNotificationsCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/NotificationsCard/index.tsx:38

Props

NotificationsCardProps

NotificationsCardProps: object

Type declaration

MemberType
emptySubtitlestring
emptyTitlestring
followingLabelstring
handleEntryClick(itemId, itemType) => void
handleMessageRead(notifId) => void
handleProfileClick(id) => void
isFetchingboolean
loggedInboolean
markAsReadLabelstring
mentionedCommentLabelstring
mentionedPostLabelstring
moderatedAccountLabelstring
moderatedPostLabelstring
moderatedReplyLabelstring
notificationsRecord<string, unknown>[]
replyToPostLabelstring
replyToReplyLabelstring
repostLabelstring
transformSource(src) => Image

Source

libs/design-system-components/src/components/NotificationsCard/index.tsx:14