Skip to content

Commit 83f7b9a

Browse files
committed
READEME newlines
1 parent fe88a0d commit 83f7b9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ export interface UncontrolledProps {
105105
// component) or a suggested new state (Controlled component).
106106
// Second argument: object containing the event that triggered the change.
107107
// Default: undefined
108-
onZoomChange?: (value: boolean, data: { event: React.SyntheticEvent | Event }) => void
108+
onZoomChange?: (
109+
value: boolean,
110+
data: { event: React.SyntheticEvent | Event }
111+
) => void
109112

110113
// Swipe gesture threshold after which to unzoom.
111114
// Default: 10

0 commit comments

Comments
 (0)