46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"component": { "type": { "name": "elementType" } },
|
||
|
|
"disableColorScheme": { "type": { "name": "bool" }, "default": "false" },
|
||
|
|
"slotProps": {
|
||
|
|
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
|
||
|
|
"default": "{}"
|
||
|
|
},
|
||
|
|
"slots": {
|
||
|
|
"type": { "name": "shape", "description": "{ root?: elementType }" },
|
||
|
|
"default": "{}",
|
||
|
|
"additionalInfo": { "slotsApi": true }
|
||
|
|
},
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "ScopedCssBaseline",
|
||
|
|
"imports": [
|
||
|
|
"import ScopedCssBaseline from '@mui/joy/ScopedCssBaseline';",
|
||
|
|
"import { ScopedCssBaseline } from '@mui/joy';"
|
||
|
|
],
|
||
|
|
"slots": [
|
||
|
|
{
|
||
|
|
"name": "root",
|
||
|
|
"description": "The component that renders the root.",
|
||
|
|
"default": "'div'",
|
||
|
|
"class": "MuiScopedCssBaseline-root"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"classes": [],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "JoyScopedCssBaseline",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-joy/src/ScopedCssBaseline/ScopedCssBaseline.tsx",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/joy-ui/react-css-baseline/\">CSS Baseline</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|