1 2 3 4 5 6 7 8 9 10 11 12 13
/** * * Demos: * * - [Grid (Joy UI)](https://mui.com/joy-ui/react-grid/) * - [Grid (Material UI)](https://mui.com/material-ui/react-grid/) * * API: * * - [Grid API](https://mui.com/system/api/grid/) */ declare const Grid: import("@mui/types").OverridableComponent<import("./GridProps.js").GridTypeMap<{}, "div">>; export default Grid;