[improvement] Sku: tsx (#2801)

This commit is contained in:
neverland
2019-02-20 10:51:18 +08:00
committed by GitHub
parent bff9c9d6d9
commit 5c7c14d8df
8 changed files with 124 additions and 26 deletions

View File

@@ -106,4 +106,4 @@ toast2.clear();
| loadingType | Loading icon type, can be set to `spinner` | `String` | `circular` |
| duration | Toast duration(ms), won't disappear if value is 0 | `Number` | `3000` |
| className | Custom className | `String | Array | Object` | - |
| get-container | Return the mount node for Popup | `String | () => HTMLElement` | `body` |
| get-container | Return the mount node for Toast | `String | () => HTMLElement` | `body` |