Files
react-test/docs/pages/joy-ui/api/grid.json

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

23 lines
625 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"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
}