UNPKG

@react-navigation/native-stack

Version:
5 lines 339 B
import * as React from 'react'; import type { Animated } from 'react-native'; export declare const AnimatedHeaderHeightContext: React.Context<Animated.AnimatedInterpolation<number> | undefined>; export declare function useAnimatedHeaderHeight(): Animated.AnimatedInterpolation<number>; //# sourceMappingURL=useAnimatedHeaderHeight.d.ts.map