23 lines
625 B
JSON
23 lines
625 B
JSON
|
|
{
|
||
|
|
"props": { "children": { "type": { "name": "node" } } },
|
||
|
|
"name": "Grid",
|
||
|
|
"imports": ["import Grid from '@mui/joy/Grid';", "import { Grid } from '@mui/joy';"],
|
||
|
|
"slots": [
|
||
|
|
{
|
||
|
|
"name": "root",
|
||
|
|
"description": "The component that renders the root.",
|
||
|
|
"default": "'div'",
|
||
|
|
"class": null
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"classes": [],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "JoyGrid",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-joy/src/Grid/Grid.tsx",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/joy-ui/react-grid/\">Grid</a></li></ul>",
|
||
|
|
"cssComponent": true
|
||
|
|
}
|