1 | import * as React from 'react';
|
2 | import { Animated } from 'react-native';
|
3 | type TransitionProgressContextBody = {
|
4 | progress: Animated.Value;
|
5 | closing: Animated.Value;
|
6 | goingForward: Animated.Value;
|
7 | };
|
8 | declare const _default: React.Context<TransitionProgressContextBody | undefined>;
|
9 | export default _default;
|
10 | //# sourceMappingURL=TransitionProgressContext.d.ts.map |
\ | No newline at end of file |