[Doc] detailed Array typing

This commit is contained in:
陈嘉涵
2019-07-11 20:44:51 +08:00
parent 019c75506a
commit 2c4adff307
34 changed files with 67 additions and 66 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ export default {
| title | Title | `string` | - |
| message | Message | `string` | - |
| messageAlign | Message text aligncan be set to `left` `right` | `string` | `center` |
| className | Custom className | `string | Array | object` | - |
| className | Custom className | `any` | - |
| showConfirmButton | Whether to show confirm button | `boolean` | `true` |
| showCancelButton | Whether to show cancel button | `boolean` | `false` |
| cancelButtonText | Cancel button text | `string` | `Cancel` |