UNPKG

@fruits-chain/react-native-xiaoshu

Version:
4 lines • 266 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; //# sourceMappingURL=useLoop.d.ts.map