From a46f6df572e5d3a8dc33e92f66edae02e18f97a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Fri, 29 Mar 2019 13:43:33 +0100 Subject: [PATCH] Update documentation Universalize the default props --- components/button/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/button/index.en-US.md b/components/button/index.en-US.md index efadc924aa..6a28e1f95f 100644 --- a/components/button/index.en-US.md +++ b/components/button/index.en-US.md @@ -17,7 +17,7 @@ To get a customized button, just set `type`/`shape`/`size`/`loading`/`disabled`. | Property | Description | Type | Default | | -------- | ----------- | ---- | ------- | | disabled | disabled state of button | boolean | `false` | -| ghost | make background transparent and invert text and border colors, added in 2.7 | boolean | false | +| ghost | make background transparent and invert text and border colors, added in 2.7 | boolean | `false` | | href | redirect url of link button | string | - | | htmlType | set the original html `type` of `button`, see: [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type) | string | `button` | | icon | set the icon of button, see: Icon component | string | - |