42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"disableSpacing": { "type": { "name": "bool" }, "default": "false" },
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "AccordionActions",
|
||
|
|
"imports": [
|
||
|
|
"import AccordionActions from '@mui/material/AccordionActions';",
|
||
|
|
"import { AccordionActions } from '@mui/material';"
|
||
|
|
],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiAccordionActions-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing",
|
||
|
|
"className": "MuiAccordionActions-spacing",
|
||
|
|
"description": "Styles applied to the root element unless `disableSpacing={true}`.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "MuiAccordionActions",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-material/src/AccordionActions/AccordionActions.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-accordion/\">Accordion</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|