react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
3 lines • 308 B
TypeScript
import type { PanGestureHandlerEventPayload, ScreenTransitionConfig, LockAxis } from './commonTypes';
export declare function getSwipeSimulator(event: PanGestureHandlerEventPayload, screenTransitionConfig: ScreenTransitionConfig, lockAxis?: LockAxis): () => void;
//# sourceMappingURL=swipeSimulator.d.ts.map