FlexProps interface
布局容器:灵活的 Flex 布局容器
Signature
typescript
export interface FlexProps extends StyleProps1
Extends: StyleProps
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
'start' | 'center' | 'end' | (Optional) 主轴对齐方式(水平) | ||
'start' | 'center' | 'end' | 'stretch' | (Optional) 交叉轴对齐方式(垂直) | ||
any | (Optional) 子节点 | ||
string[] | (Optional) 附加的样式 class 名列表 | ||
'column' | 'column-reverse' | 'row' | 'row-reverse' | (Optional) 主轴方向:row 水平 / column 垂直(含反向) | ||
number | (Optional) 子元素间距(像素) | ||
() => void | (Optional) 点击容器时触发 |