UNPKG

react-native-full-calendars

Version:

React Native Full Calendar (RNFC) is an intuitive and powerful calendar component library designed for React Native.

9 lines 401 B
import { SharedValue } from 'react-native-reanimated'; interface Iprops { curIndex: number; translate: SharedValue<number>; viewSize: SharedValue<number>; } export declare const usePanGesture: ({ curIndex, translate, viewSize }: Iprops) => import("react-native-gesture-handler/lib/typescript/handlers/gestures/panGesture").PanGesture; export {}; //# sourceMappingURL=usePanGesture.d.ts.map