react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
49 lines (48 loc) • 1.21 kB
text/typescript
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';