UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines (4 loc) 197 B
import type { AnimatableValue } from '../commonTypes'; type withSequenceType = <T extends AnimatableValue>(...animations: T[]) => T; export declare const withSequence: withSequenceType; export {};