UNPKG

@devrue/rn-select

Version:

Custom typescript only select component for react native

6 lines 310 B
import { Animated } from 'react-native'; type AnimationStrategy = 'fade' | 'spring'; type AnimationType = 'in' | 'out'; export default function useAnimations(strategy?: AnimationStrategy): [Animated.Value, (duration: number, type?: AnimationType) => void]; export {}; //# sourceMappingURL=useAnimation.d.ts.map