66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"icon": { "type": { "name": "node" } },
|
||
|
|
"openIcon": { "type": { "name": "node" } },
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "SpeedDialIcon",
|
||
|
|
"imports": [
|
||
|
|
"import SpeedDialIcon from '@mui/material/SpeedDialIcon';",
|
||
|
|
"import { SpeedDialIcon } from '@mui/material';"
|
||
|
|
],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "icon",
|
||
|
|
"className": "MuiSpeedDialIcon-icon",
|
||
|
|
"description": "Styles applied to the icon component.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "iconOpen",
|
||
|
|
"className": "MuiSpeedDialIcon-iconOpen",
|
||
|
|
"description": "Styles applied to the icon component if `open={true}`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "iconWithOpenIconOpen",
|
||
|
|
"className": "MuiSpeedDialIcon-iconWithOpenIconOpen",
|
||
|
|
"description": "Styles applied to the icon when an `openIcon` is provided and if `open={true}`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "openIcon",
|
||
|
|
"className": "MuiSpeedDialIcon-openIcon",
|
||
|
|
"description": "Styles applied to the `openIcon` if provided.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "openIconOpen",
|
||
|
|
"className": "MuiSpeedDialIcon-openIconOpen",
|
||
|
|
"description": "Styles applied to the `openIcon` if provided and if `open={true}`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiSpeedDialIcon-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "MuiSpeedDialIcon",
|
||
|
|
"forwardsRefTo": "HTMLSpanElement",
|
||
|
|
"filename": "/packages/mui-material/src/SpeedDialIcon/SpeedDialIcon.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-speed-dial/\">Speed Dial</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|