Blame view

天文台pc/tianwentai-ui/node_modules/@mui/system/Stack/Stack.d.ts 417 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  /**
   *
   * Demos:
   *
   * - [Stack (Joy UI)](https://mui.com/joy-ui/react-stack/)
   * - [Stack (Material UI)](https://mui.com/material-ui/react-stack/)
   * - [Stack (MUI System)](https://mui.com/system/react-stack/)
   *
   * API:
   *
   * - [Stack API](https://mui.com/system/api/stack/)
   */
  declare const Stack: import("@mui/types").OverridableComponent<import("./StackProps.js").StackTypeMap<{}, "div">>;
  export default Stack;