[Doc] use ts-style type

This commit is contained in:
陈嘉涵
2019-07-11 20:35:41 +08:00
parent 32f19c5561
commit 019c75506a
120 changed files with 1288 additions and 1288 deletions
+8 -8
View File
@@ -92,16 +92,16 @@ Setting `type` to `flex` to enable flex layout
| Attribute | Description | Type | Default |
|------|------|------|------|
| type | Layout type, can be set to `flex` | `String` | - |
| gutter | Grid spacingpx | `String | Number` | - |
| tag | Custom element tag | `String` | `div` |
| justify | Flex main axiscan be set to end/center/space-around/space-between | `String` | `start` |
| align | Flex cross axis, be set to center/bottom | `String` | `top` |
| type | Layout type, can be set to `flex` | `string` | - |
| gutter | Grid spacingpx | `string | number` | - |
| tag | Custom element tag | `string` | `div` |
| justify | Flex main axiscan be set to end/center/space-around/space-between | `string` | `start` |
| align | Flex cross axis, be set to center/bottom | `string` | `top` |
### Col Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| span | Number of column the grid spans | `String | Number` | - |
| offset | Number of spacing on the left side of the grid | `String | Number` | - |
| tag | Custom element tag | `String` | `div` |
| span | number of column the grid spans | `string | number` | - |
| offset | number of spacing on the left side of the grid | `string | number` | - |
| tag | Custom element tag | `string` | `div` |