{
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"classes": { "description": "Override or extend the styles applied to the component." },
"keepMounted": { "description": "Always keep the children in the DOM." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"value": {
"description": "The value of the corresponding Tab. Must use the index of the Tab when no value was passed to Tab."
}
},
"classDescriptions": {
"hidden": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root div element",
"conditions": "hidden={true}"
},
"root": { "description": "Styles applied to the root element." }
}
}