Type Alias: DrawerItemProps
DrawerItemProps:
object&DrawerButtonProps
Type declaration
| Name | Type | 
|---|---|
| component | React.ReactNode| (active?,collapsed?) =>React.ReactNode | 
| icon | React.ReactNode| (active) =>React.ReactNode | 
| id | string | 
| onClick | () => void | 
| temporary | boolean | 
| text | string | 
| textProps | TextProps | 
Defined in
packages/react-material-ui/src/components/Drawer/DrawerItem.tsx:13 (opens in a new tab)