Function: DrawerNavigationItem
▸ DrawerNavigationItem(«destructured»
): Element
Parameters
Name | Type |
---|---|
«destructured» | Object |
› Icon | ComponentType <{ children? : ReactNode ; classes? : Partial <SvgIconClasses > ; color? : OverridableStringUnion <"success" | "info" | "warning" | "error" | "disabled" | "action" | "inherit" | "primary" | "secondary" , SvgIconPropsColorOverrides > ; fontSize? : OverridableStringUnion <"small" | "inherit" | "medium" | "large" , SvgIconPropsSizeOverrides > ; htmlColor? : string ; inheritViewBox? : boolean ; shapeRendering? : string ; sx? : SxProps <Theme > ; titleAccess? : string ; viewBox? : string }> |
› drawerOpen | boolean |
› name | string |
› onClick? | () => void |
› tooltipsOpen | boolean |
› url | string |
Returns
Element