GridProps interface
布局容器:固定列数的网格布局容器
Signature
typescript
interface GridProps extends StyleProps1
Extends: StyleProps
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
any | (Optional) Child node | ||
number | (Optional) Column gap (pixels) | ||
number | Number of columns (required) | ||
number | (Optional) Row gap (pixels) |