[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
+2 -2
View File
@@ -93,7 +93,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| actions | Options | `Array` | `[]` |
| actions | Options | `Action[]` | `[]` |
| title | Title | `string` | - |
| cancel-text | Text of cancel button | `string` | - |
| overlay | Whether to show overlay | `boolean` | `true` |
@@ -117,7 +117,7 @@ export default {
| close | Triggered when close ActionSheet | - |
| closed | Triggered when closed ActionSheet | - |
### Data struct of actions
### Data struct of Action
| key | Description |
|------|------|