UNPKG

294 BTypeScriptView Raw
1import { PanGestureHandlerProperties } from 'react-native-gesture-handler';
2export declare function PanGestureHandler(props: PanGestureHandlerProperties): JSX.Element;
3export { GestureHandlerRootView, State as GestureState, PanGestureHandlerGestureEvent, } from 'react-native-gesture-handler';