UNPKG

@fruits-chain/react-native-xiaoshu

Version:
4 lines (3 loc) 229 B
import { Animated } from 'react-native'; declare const useLoop: (AnimatedValue: Animated.Value, initValue: number, config: Pick<Animated.TimingAnimationConfig, 'toValue' | 'duration' | 'easing'>) => void; export default useLoop;