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 27f4a11 commit d61869dCopy full SHA for d61869d
1 file changed
packages/react-native-gesture-handler/src/v3/types/index.ts
@@ -2,6 +2,7 @@ export type {
2
CommonGestureConfig,
3
ComposedGestureConfig,
4
GestureCallbacks,
5
+ GestureEndEventCallback,
6
GestureEventCallback,
7
GestureRelations,
8
GestureTouchEventCallback,
@@ -12,6 +13,7 @@ export type {
12
13
AnimatedEvent,
14
ChangeCalculatorType,
15
DiffCalculatorType,
16
+ GestureEndEvent,
17
GestureEvent,
18
GestureHandlerEventWithHandlerData,
19
GestureStateChangeEventWithHandlerData,
0 commit comments