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 fb20418 commit d0d57c2Copy full SHA for d0d57c2
src/index.tsx
@@ -67,7 +67,7 @@ type Props = {
67
/**
68
* Array of Refs passed to gesture handlers for simultaneous event handling
69
*/
70
- simultaneousHandlers: Array<React.RefObject<any>> | React.RefObject<any>
+ simultaneousHandlers?: Array<React.RefObject<any>> | React.RefObject<any>
71
72
73
* Overrides config for spring animation
0 commit comments