{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "color": { "type": { "name": "enum", "description": "'default'
| 'inherit'
| 'primary'" }, "default": "'default'" }, "component": { "type": { "name": "elementType" } }, "disableGutters": { "type": { "name": "bool" }, "default": "false" }, "disableSticky": { "type": { "name": "bool" }, "default": "false" }, "inset": { "type": { "name": "bool" }, "default": "false" }, "sx": { "type": { "name": "union", "description": "Array<func
| object
| bool>
| func
| object" }, "additionalInfo": { "sx": true } } }, "name": "ListSubheader", "imports": [ "import ListSubheader from '@mui/material/ListSubheader';", "import { ListSubheader } from '@mui/material';" ], "classes": [ { "key": "colorInherit", "className": "MuiListSubheader-colorInherit", "description": "Styles applied to the root element if `color=\"inherit\"`.", "isGlobal": false }, { "key": "colorPrimary", "className": "MuiListSubheader-colorPrimary", "description": "Styles applied to the root element if `color=\"primary\"`.", "isGlobal": false }, { "key": "gutters", "className": "MuiListSubheader-gutters", "description": "Styles applied to the inner `component` element unless `disableGutters={true}`.", "isGlobal": false }, { "key": "inset", "className": "MuiListSubheader-inset", "description": "Styles applied to the root element if `inset={true}`.", "isGlobal": false }, { "key": "root", "className": "MuiListSubheader-root", "description": "Styles applied to the root element.", "isGlobal": false }, { "key": "sticky", "className": "MuiListSubheader-sticky", "description": "Styles applied to the root element unless `disableSticky={true}`.", "isGlobal": false } ], "spread": true, "themeDefaultProps": true, "muiName": "MuiListSubheader", "forwardsRefTo": "HTMLLIElement", "filename": "/packages/mui-material/src/ListSubheader/ListSubheader.js", "inheritance": null, "demos": "", "cssComponent": false }