Blame view

天文台pc/tianwentai-ui/node_modules/@mui/system/Grid/Grid.d.ts 344 Bytes
bc518174   王天杨   提交两个项目文件
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;