{ "componentDescription": "", "propDescriptions": { "children": { "description": "The content of the component." }, "classes": { "description": "Override or extend the styles applied to the component." }, "expandIcon": { "description": "The icon to display as the expand indicator." }, "focusVisibleClassName": { "description": "This prop can help identify which element has keyboard focus. The class name will be applied when the element gains the focus through keyboard interaction. It's a polyfill for the CSS :focus-visible selector. The rationale for using this feature is explained here. A polyfill can be used to apply a focus-visible class to other components if needed." }, "slotProps": { "description": "The props used for each slot inside." }, "slots": { "description": "The components used for each slot inside." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." } }, "classDescriptions": { "contentGutters": { "description": "Styles applied to {{nodeName}} unless {{conditions}}.", "nodeName": "the children wrapper element", "conditions": "disableGutters={true}", "deprecationInfo": "Combine the .MuiAccordionSummary-gutters and .MuiAccordionSummary-content classes instead. See Migrating from deprecated APIs for more details." }, "disabled": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "disabled={true}" }, "expanded": { "description": "State class applied to {{nodeName}}, {{conditions}}.", "nodeName": "the root element", "conditions": "children wrapper element and IconButton component if expanded={true}" }, "focusVisible": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the ButtonBase root element", "conditions": "the button is keyboard focused" }, "gutters": { "description": "Styles applied to {{nodeName}} unless {{conditions}}.", "nodeName": "the root element", "conditions": "disableGutters={true}" } }, "slotDescriptions": { "content": "The component that renders the content slot.", "expandIconWrapper": "The component that renders the expand icon wrapper slot.", "root": "The component that renders the root slot." } }