We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe88a0d commit 83f7b9aCopy full SHA for 83f7b9a
README.md
@@ -105,7 +105,10 @@ export interface UncontrolledProps {
105
// component) or a suggested new state (Controlled component).
106
// Second argument: object containing the event that triggered the change.
107
// Default: undefined
108
- onZoomChange?: (value: boolean, data: { event: React.SyntheticEvent | Event }) => void
+ onZoomChange?: (
109
+ value: boolean,
110
+ data: { event: React.SyntheticEvent | Event }
111
+ ) => void
112
113
// Swipe gesture threshold after which to unzoom.
114
// Default: 10
0 commit comments