[improvement] Button: add round prop (#1885)

This commit is contained in:
neverland
2018-10-02 17:03:13 +08:00
committed by GitHub
parent a6d4d2d74a
commit beebeaf5b7
6 changed files with 30 additions and 26 deletions

View File

@@ -9,6 +9,7 @@
{
block,
plain,
round,
square,
loading,
disabled,
@@ -35,6 +36,7 @@ export default create({
text: String,
block: Boolean,
plain: Boolean,
round: Boolean,
square: Boolean,
loading: Boolean,
disabled: Boolean,