UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines (4 loc) 206 B
import type { AnimatableValue } from '../commonTypes'; type withDelayType = <T extends AnimatableValue>(delayMs: number, delayedAnimation: T) => T; export declare const withDelay: withDelayType; export {};