43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"value": {
|
||
|
|
"type": { "name": "union", "description": "number<br>| string" },
|
||
|
|
"required": true
|
||
|
|
},
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"keepMounted": { "type": { "name": "bool" }, "default": "false" },
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "TabPanel",
|
||
|
|
"imports": ["import TabPanel from '@mui/lab/TabPanel';", "import { TabPanel } from '@mui/lab';"],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "hidden",
|
||
|
|
"className": "MuiTabPanel-hidden",
|
||
|
|
"description": "State class applied to the root `div` element if `hidden={true}`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiTabPanel-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": false,
|
||
|
|
"muiName": "MuiTabPanel",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-lab/src/TabPanel/TabPanel.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-tabs/\">Tabs</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|