55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"icon": { "type": { "name": "node" } },
|
||
|
|
"optional": { "type": { "name": "node" } },
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "StepButton",
|
||
|
|
"imports": [
|
||
|
|
"import StepButton from '@mui/material/StepButton';",
|
||
|
|
"import { StepButton } from '@mui/material';"
|
||
|
|
],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "horizontal",
|
||
|
|
"className": "MuiStepButton-horizontal",
|
||
|
|
"description": "Styles applied to the root element if `orientation=\"horizontal\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiStepButton-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "touchRipple",
|
||
|
|
"className": "MuiStepButton-touchRipple",
|
||
|
|
"description": "Styles applied to the `ButtonBase` touch-ripple.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "vertical",
|
||
|
|
"className": "MuiStepButton-vertical",
|
||
|
|
"description": "Styles applied to the root element if `orientation=\"vertical\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "MuiStepButton",
|
||
|
|
"forwardsRefTo": "HTMLButtonElement",
|
||
|
|
"filename": "/packages/mui-material/src/StepButton/StepButton.js",
|
||
|
|
"inheritance": { "component": "ButtonBase", "pathname": "/material-ui/api/button-base/" },
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-stepper/\">Stepper</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|