Files
react-test/docs/pages/material-ui/api/tab-context.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
621 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"props": {
"value": {
"type": { "name": "union", "description": "number<br>&#124;&nbsp;string" },
"required": true
},
"children": { "type": { "name": "node" } }
},
"name": "TabContext",
"imports": [
"import TabContext from '@mui/lab/TabContext';",
"import { TabContext } from '@mui/lab';"
],
"classes": [],
"spread": true,
"themeDefaultProps": null,
"muiName": "MuiTabContext",
"filename": "/packages/mui-lab/src/TabContext/TabContext.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-tabs/\">Tabs</a></li></ul>",
"cssComponent": false
}