1 | import type { AnimatedScreenTransition } from './commonTypes';
|
2 | export 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 |