Type Alias: HeaderAccountProps
HeaderAccountProps:
object
Type declaration
Name | Type |
---|---|
avatar | string |
avatarSize | number |
iconColor | string |
menuOptions | (handleClose ) => ReactNode |
onClick | () => void |
subText | string |
subTextProps | TextProps |
text | string |
textProps | TextProps |
Defined in
packages/react-material-ui/src/components/HeaderAccount/HeaderAccount.tsx:10 (opens in a new tab)