{ "props": { "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "slotProps": { "type": { "name": "shape", "description": "{ transition?: func
| object }" }, "default": "{}" }, "slots": { "type": { "name": "shape", "description": "{ transition?: elementType }" }, "default": "{}" }, "sx": { "type": { "name": "union", "description": "Array<func
| object
| bool>
| func
| object" }, "additionalInfo": { "sx": true } }, "TransitionComponent": { "type": { "name": "elementType" }, "default": "Collapse", "deprecated": true, "deprecationInfo": "Use slots.transition instead. This prop will be removed in a future major release. How to migrate." }, "transitionDuration": { "type": { "name": "union", "description": "'auto'
| number
| { appear?: number, enter?: number, exit?: number }" }, "default": "'auto'" }, "TransitionProps": { "type": { "name": "object" }, "deprecated": true, "deprecationInfo": "Use slotProps.transition instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details." } }, "name": "StepContent", "imports": [ "import StepContent from '@mui/material/StepContent';", "import { StepContent } from '@mui/material';" ], "slots": [ { "name": "transition", "description": "The component that renders the transition slot.\n[Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.", "default": "Collapse", "class": "MuiStepContent-transition" } ], "classes": [ { "key": "last", "className": "MuiStepContent-last", "description": "Styles applied to the root element if `last={true}` (controlled by `Step`).", "isGlobal": false }, { "key": "root", "className": "MuiStepContent-root", "description": "Styles applied to the root element.", "isGlobal": false } ], "spread": true, "themeDefaultProps": true, "muiName": "MuiStepContent", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-material/src/StepContent/StepContent.js", "inheritance": null, "demos": "", "cssComponent": false }