NotificationsCard.profile-avatar-notification-app
Components
ProfileAvatarNotificationApp()
ProfileAvatarNotificationApp(
props
):ReactNode
NOTE: Exotic components are not callable.
Parameters
Parameter | Type |
---|---|
props | ProfileAvatarNotificationAppProps & RefAttributes <HTMLDivElement > |
Returns
ReactNode
Source
Interfaces
ProfileAvatarNotificationAppProps
Properties
Property | Type |
---|---|
active? | boolean |
avatar? | ProfileImageVersions |
bold? | boolean |
customStyle? | string |
info? | string | ReactElement <any , string | JSXElementConstructor <any >> |
label? | string | ReactElement <any , string | JSXElementConstructor <any >> |
onClick? | MouseEventHandler <HTMLButtonElement > |
onClickAvatar? | () => void |
onMouseEnter? | MouseEventHandler <HTMLButtonElement > |
onMouseLeave? | MouseEventHandler <HTMLButtonElement > |
profileId | string |
size? | AvatarSize |
transformSource | (src : Image ) => Image |