UNPKG

481 BTypeScriptView Raw
1import type { AnimatedScreenTransition } from './commonTypes';
2export declare const ScreenTransition: {
3 SwipeRight: AnimatedScreenTransition;
4 SwipeLeft: AnimatedScreenTransition;
5 SwipeDown: AnimatedScreenTransition;
6 SwipeUp: AnimatedScreenTransition;
7 Horizontal: AnimatedScreenTransition;
8 Vertical: AnimatedScreenTransition;
9 TwoDimensional: AnimatedScreenTransition;
10 SwipeRightFade: AnimatedScreenTransition;
11};
12//# sourceMappingURL=presets.d.ts.map
\No newline at end of file