From bb4bc615563b29e85e0cec873efb4026b8616366 Mon Sep 17 00:00:00 2001 From: Ezekiel Keator <20361796+tastypackets@users.noreply.github.com> Date: Mon, 21 May 2018 21:46:01 -0500 Subject: [PATCH] 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. --- components/divider/index.en-US.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/divider/index.en-US.md b/components/divider/index.en-US.md index d931dd2f2b..65c79b16b1 100644 --- a/components/divider/index.en-US.md +++ b/components/divider/index.en-US.md @@ -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 | - |