{
"componentDescription": "",
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"icon": { "description": "The icon to display." },
"openIcon": {
"description": "The icon to display in the SpeedDial Floating Action Button when the SpeedDial is open."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"icon": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the icon component" },
"iconOpen": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the icon component",
"conditions": "open={true}"
},
"iconWithOpenIconOpen": {
"description": "Styles applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the icon",
"conditions": "an openIcon is provided and if open={true}"
},
"openIcon": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the openIcon",
"conditions": "provided"
},
"openIconOpen": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the openIcon",
"conditions": "provided and if open={true}"
},
"root": { "description": "Styles applied to the root element." }
}
}