UNPKG

react-native-gesture-handler

Version:

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

5 lines 222 B
import { GestureStateManagerType } from './gestureStateManager'; export declare const GestureStateManager: { create(handlerTag: number): GestureStateManagerType; }; //# sourceMappingURL=gestureStateManager.web.d.ts.map