[new feature] ImagePreview: add className prop (#2433)

This commit is contained in:
neverland
2019-01-03 23:20:24 +08:00
committed by GitHub
parent fad49ea1c7
commit 5c3388c8a9
6 changed files with 9 additions and 2 deletions
+1
View File
@@ -59,6 +59,7 @@ setTimeout(() => {
| loop | Whether to enable loop | `Boolean` | `true` |
| onClose | Close callback | `Function` | - |
| asyncClose | Whether to enable async close | `Boolean` | `false` |
| className | Custom className | `String | Array | Object` | - |
### onClose Parematers