31 lines
865 B
JSON
31 lines
865 B
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"component": { "type": { "name": "elementType" } },
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "Box",
|
||
|
|
"imports": ["import Box from '@mui/joy/Box';", "import { Box } from '@mui/joy';"],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiBox-root",
|
||
|
|
"description": "Class name applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": false,
|
||
|
|
"muiName": "JoyBox",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-joy/src/Box/Box.tsx",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/joy-ui/react-box/\">Box</a></li></ul>",
|
||
|
|
"cssComponent": true
|
||
|
|
}
|