GridItemProps interface
Grid 子项:网格中的单个子元素
Signature
typescript
export interface GridItemProps extends StyleProps1
Extends: StyleProps
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
'start' | 'center' | 'end' | 'stretch' | (Optional) 单元格内对齐方式 | ||
any | (Optional) 子节点 | ||
number | (Optional) 跨列数 | ||
number | (Optional) 跨行数 |