22 lines
1.1 KiB
JSON
22 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"componentDescription": "Must be used as the last child of ListItem to function properly.",
|
||
|
|
"deprecationInfo": "Use the <code>secondaryAction</code> prop in the <code>ListItem</code> component instead. This component will be removed in a future major release. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details.",
|
||
|
|
"propDescriptions": {
|
||
|
|
"children": {
|
||
|
|
"description": "The content of the component, normally an <code>IconButton</code> or selection control."
|
||
|
|
},
|
||
|
|
"classes": { "description": "Override or extend the styles applied to the component." },
|
||
|
|
"sx": {
|
||
|
|
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"classDescriptions": {
|
||
|
|
"disableGutters": {
|
||
|
|
"description": "Styles applied to {{nodeName}} when {{conditions}}.",
|
||
|
|
"nodeName": "the root element",
|
||
|
|
"conditions": "the parent <code>ListItem</code> has <code>disableGutters={true}</code>"
|
||
|
|
},
|
||
|
|
"root": { "description": "Styles applied to the root element." }
|
||
|
|
}
|
||
|
|
}
|