react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
6 lines • 378 B
TypeScript
export type { GestureDetectorProps } from './common';
export { GestureDetectorType } from './common';
export { GestureDetector } from './GestureDetector';
export { InterceptingGestureDetector } from './VirtualDetector/InterceptingGestureDetector';
export { VirtualDetector as VirtualGestureDetector } from './VirtualDetector/VirtualDetector';
//# sourceMappingURL=index.d.ts.map