feat(ActionSheet): add closeable prop (#7099)

* feat(ActionSheet): add closeable prop

* feat(ActionSheet): add closeable prop

* Update index.tsx

Co-authored-by: neverland <chenjiahan@youzan.com>
This commit is contained in:
Mikasa33
2020-09-05 14:36:20 +08:00
committed by GitHub
co-authored by neverland
parent d0eb103cba
commit b62c0e32cf
4 changed files with 27 additions and 6 deletions
+1
View File
@@ -155,6 +155,7 @@ export default {
| title | Title | _string_ | - |
| cancel-text | Text of cancel button | _string_ | - |
| description | Description above the options | _string_ | - |
| closeable `v2.10.5` | Whether to show close icon | _boolean_ | `true` |
| close-icon | Close icon name | _string_ | `cross` |
| duration | Transition duration, unit second | _number \| string_ | `0.3` |
| round | Whether to show round corner | _boolean_ | `true` |