UNPKG

326 BTypeScriptView Raw
1/// <reference types="react" />
2import { PanGestureHandlerProperties } from 'react-native-gesture-handler';
3export declare function PanGestureHandler(props: PanGestureHandlerProperties): JSX.Element;
4export { GestureHandlerRootView, State as GestureState, PanGestureHandlerGestureEvent, } from 'react-native-gesture-handler';