UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

8 lines 1.17 kB
export type { CommonGestureConfig, ComposedGestureConfig, GestureCallbacks, GestureEndEventCallback, GestureEventCallback, GestureRelations, GestureTouchEventCallback, InternalConfigProps, } from './ConfigTypes'; export type { DetectorCallbacks, VirtualChild } from './DetectorTypes'; export type { AnimatedEvent, ChangeCalculatorType, DiffCalculatorType, GestureEndEvent, GestureEvent, GestureHandlerEventWithHandlerData, GestureStateChangeEventWithHandlerData, GestureUpdateEventWithHandlerData, HandlerData, StateChangeEventWithHandlerData, TouchEvent, UnpackedGestureHandlerEvent, UnpackedGestureHandlerEventWithHandlerData, UpdateEventWithHandlerData, } from './EventTypes'; export type { AnyGesture, BaseDiscreteGestureConfig, BaseGestureConfig, ComposedGesture, DiscreteSingleGesture, ExternalRelations, Gesture, SingleGesture, } from './GestureTypes'; export { ComposedGestureName, SingleGestureName } from './GestureTypes'; export type { SharedValue, SharedValueOrT, WithSharedValue, } from './ReanimatedTypes'; export type { ExcludeInternalConfigProps, FilterNeverProperties, HandlersPropsWhiteList, } from './UtilityTypes'; //# sourceMappingURL=index.d.ts.map