UNPKG

121 BTypeScriptView Raw
1import { Animated } from 'react-native';
2export default function useAnimatedValue(initialValue: number): Animated.Value;