UNPKG

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