{
"componentDescription": "",
"propDescriptions": {
"children": {
"description": "Can be a StepLabel or a node to place inside StepLabel as children."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"icon": { "description": "The icon displayed by the step label." },
"optional": { "description": "The optional node to display." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"horizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "orientation=\"horizontal\""
},
"root": { "description": "Styles applied to the root element." },
"touchRipple": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the ButtonBase touch-ripple"
},
"vertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "orientation=\"vertical\""
}
}
}