UNPKG

adui

Version:

<div> <img src="https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png" style="margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;" /> </div>

12 lines (11 loc) 306 B
import Row from "./Row"; import Col from "./Col"; export interface IGrid { Row: typeof Row; Col: typeof Col; } /** * 栅格用于便捷搭建结构化的页面布局,常用于有明确功能分区的页面,如 Dashboard、项目卡片等。 */ declare const Grid: IGrid; export default Grid;