{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "dense": { "type": { "name": "bool" }, "default": "false" }, "disablePadding": { "type": { "name": "bool" }, "default": "false" }, "subheader": { "type": { "name": "node" } }, "sx": { "type": { "name": "union", "description": "Array<func
| object
| bool>
| func
| object" }, "additionalInfo": { "sx": true } } }, "name": "List", "imports": ["import List from '@mui/material/List';", "import { List } from '@mui/material';"], "classes": [ { "key": "dense", "className": "MuiList-dense", "description": "Styles applied to the root element if dense.", "isGlobal": false }, { "key": "padding", "className": "MuiList-padding", "description": "Styles applied to the root element unless `disablePadding={true}`.", "isGlobal": false }, { "key": "root", "className": "MuiList-root", "description": "Styles applied to the root element.", "isGlobal": false }, { "key": "subheader", "className": "MuiList-subheader", "description": "Styles applied to the root element if a `subheader` is provided.", "isGlobal": false } ], "spread": true, "themeDefaultProps": true, "muiName": "MuiList", "forwardsRefTo": "HTMLUListElement", "filename": "/packages/mui-material/src/List/List.js", "inheritance": null, "demos": "", "cssComponent": false }