UNPKG

react-native-screens

Version:
10 lines 449 B
import * as React from 'react'; import Animated from 'react-native-reanimated'; type ReanimatedTransitionProgressContextBody = { progress: Animated.SharedValue<number>; closing: Animated.SharedValue<number>; goingForward: Animated.SharedValue<number>; }; declare const _default: React.Context<ReanimatedTransitionProgressContextBody | undefined>; export default _default; //# sourceMappingURL=ReanimatedTransitionProgressContext.d.ts.map