Skip to content

Commit d61869d

Browse files
committed
Add missing exports to index
1 parent 27f4a11 commit d61869d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/react-native-gesture-handler/src/v3/types

packages/react-native-gesture-handler/src/v3/types/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export type {
22
CommonGestureConfig,
33
ComposedGestureConfig,
44
GestureCallbacks,
5+
GestureEndEventCallback,
56
GestureEventCallback,
67
GestureRelations,
78
GestureTouchEventCallback,
@@ -12,6 +13,7 @@ export type {
1213
AnimatedEvent,
1314
ChangeCalculatorType,
1415
DiffCalculatorType,
16+
GestureEndEvent,
1517
GestureEvent,
1618
GestureHandlerEventWithHandlerData,
1719
GestureStateChangeEventWithHandlerData,

0 commit comments

Comments
 (0)