{
"componentDescription": "Must be used as the last child of ListItem to function properly.",
"deprecationInfo": "Use the secondaryAction prop in the ListItem component instead. This component will be removed in a future major release. See Migrating from deprecated APIs for more details.",
"propDescriptions": {
"children": {
"description": "The content of the component, normally an IconButton 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 ListItem has disableGutters={true}"
},
"root": { "description": "Styles applied to the root element." }
}
}