{
"componentDescription": "",
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"active": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "active={true}"
},
"alternativeLabel": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "alternativeLabel={true}"
},
"completed": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "completed={true}"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "disabled={true}"
},
"horizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "orientation=\"horizontal\""
},
"line": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the line element" },
"lineHorizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the line element",
"conditions": "orientation=\"horizontal\"",
"deprecationInfo": "Combine the .MuiStepConnector-horizontal and .MuiStepConnector-line classes instead. See Migrating from deprecated APIs for more details."
},
"lineVertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the line element",
"conditions": "orientation=\"vertical\"",
"deprecationInfo": "Combine the .MuiStepConnector-vertical and .MuiStepConnector-line classes instead. See Migrating from deprecated APIs for more details."
},
"root": { "description": "Styles applied to the root element." },
"vertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "orientation=\"vertical\""
}
}
}