UNPKG

react-native-gesture-handler

Version:

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

5 lines 375 B
import type { GestureStateChangeEvent, GestureTouchEvent, GestureUpdateEvent } from '../gestureHandlerCommon'; export declare function onGestureHandlerEvent(event: GestureUpdateEvent | GestureStateChangeEvent | GestureTouchEvent): void; export declare function startListening(): void; export declare function stopListening(): void; //# sourceMappingURL=eventReceiver.d.ts.map