UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines (3 loc) 215 B
import type { AnimatedStyle } from '../helperTypes'; import type { StyleLayoutAnimation } from './commonTypes'; export declare function withStyleAnimation(styleAnimations: AnimatedStyle<any>): StyleLayoutAnimation;