UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

3 lines 308 B
import type { PanGestureHandlerEventPayload, ScreenTransitionConfig, LockAxis } from './commonTypes'; export declare function getSwipeSimulator(event: PanGestureHandlerEventPayload, screenTransitionConfig: ScreenTransitionConfig, lockAxis?: LockAxis): () => void; //# sourceMappingURL=swipeSimulator.d.ts.map