41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "ListItemIcon",
|
||
|
|
"imports": [
|
||
|
|
"import ListItemIcon from '@mui/material/ListItemIcon';",
|
||
|
|
"import { ListItemIcon } from '@mui/material';"
|
||
|
|
],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "alignItemsFlexStart",
|
||
|
|
"className": "MuiListItemIcon-alignItemsFlexStart",
|
||
|
|
"description": "Styles applied to the root element when the parent `ListItem` uses `alignItems=\"flex-start\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiListItemIcon-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "MuiListItemIcon",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-material/src/ListItemIcon/ListItemIcon.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-list/\">Lists</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|