GridItemProps interface
Grid 子项:网格中的单个子元素
Signature
typescript
interface GridItemProps extends StyleProps1
Extends: StyleProps
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
'start' | 'center' | 'end' | 'stretch' | (Optional) Alignment within the cell | ||
any | (Optional) Child node | ||
number | (Optional) Column span | ||
number | (Optional) Row span |