mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
Added missing API documentation (#10611)
* Added missing API documentation Added missing Divider API documentation. * Corrected styling Corrected styling on dash to match other documentation pages.
This commit is contained in:
parent
0fc5a0ece5
commit
bb4bc61556
@ -18,6 +18,8 @@ A divider line separates different content.
|
||||
|
||||
| Property | Description | Type | Default |
|
||||
| -------- | ----------- | ---- | ------- |
|
||||
| dashed | whether line is dashed | Boolean | false |
|
||||
| dashed | whether line is dashed | boolean | false |
|
||||
| type | direction type of divider | enum: `horizontal` `vertical` | `horizontal` |
|
||||
| orientation | position of title inside divider | enum: `left` `right` `center` | `center` |
|
||||
| className | className of container | string | - |
|
||||
| style | style object of container | object | - |
|
||||
|
Loading…
Reference in New Issue
Block a user