{ "props": { "active": { "type": { "name": "bool" }, "default": "false" }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "completed": { "type": { "name": "bool" }, "default": "false" }, "error": { "type": { "name": "bool" }, "default": "false" }, "icon": { "type": { "name": "node" } }, "sx": { "type": { "name": "union", "description": "Array<func
| object
| bool>
| func
| object" }, "additionalInfo": { "sx": true } } }, "name": "StepIcon", "imports": [ "import StepIcon from '@mui/material/StepIcon';", "import { StepIcon } from '@mui/material';" ], "classes": [ { "key": "active", "className": "Mui-active", "description": "State class applied to the root element if `active={true}`.", "isGlobal": true }, { "key": "completed", "className": "Mui-completed", "description": "State class applied to the root element if `completed={true}`.", "isGlobal": true }, { "key": "error", "className": "Mui-error", "description": "State class applied to the root element if `error={true}`.", "isGlobal": true }, { "key": "root", "className": "MuiStepIcon-root", "description": "Styles applied to the root element.", "isGlobal": false }, { "key": "text", "className": "MuiStepIcon-text", "description": "Styles applied to the SVG text element.", "isGlobal": false } ], "spread": true, "themeDefaultProps": true, "muiName": "MuiStepIcon", "forwardsRefTo": "SVGSVGElement", "filename": "/packages/mui-material/src/StepIcon/StepIcon.js", "inheritance": { "component": "SvgIcon", "pathname": "/material-ui/api/svg-icon/" }, "demos": "", "cssComponent": false }