Skip to content

Commit d0d57c2

Browse files
Damian Sznajderosdnk
authored andcommitted
fix: make simultaneousHandlers optional (#67)
1 parent fb20418 commit d0d57c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type Props = {
6767
/**
6868
* Array of Refs passed to gesture handlers for simultaneous event handling
6969
*/
70-
simultaneousHandlers: Array<React.RefObject<any>> | React.RefObject<any>
70+
simultaneousHandlers?: Array<React.RefObject<any>> | React.RefObject<any>
7171

7272
/**
7373
* Overrides config for spring animation

0 commit comments

Comments
 (0)