Update README.md

Fix type of prop onClose in readme
This commit is contained in:
Anton Palgunov 2018-05-22 15:14:17 +01:00 committed by GitHub
parent 1b9534d93b
commit 7a54a3490f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ class App extends React.Component<any, any> {
| props | type | default | description | required |
|-------------|--------------|---------|-----------------------------|----------|
| visible | string | false | Viewer visible | true |
| onClose | string | - | Specify a function that will be called when Visible close | true |
| onClose | function | - | Specify a function that will be called when Visible close | true |
| images | {src: string, alt: string}[] | [] | image source array | true |
| activeIndex | number | 0 | active image index | false |
| zIndex | number | 1000 | Viewer css z-index | false |