Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"props": {
|
|
"children": { "type": { "name": "node" } },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"color": {
|
|
"type": {
|
|
"name": "enum",
|
|
"description": "'default'<br>| 'inherit'<br>| '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<br>| object<br>| bool><br>| func<br>| 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": "<ul><li><a href=\"/material-ui/react-list/\">Lists</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|