UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines (4 loc) 291 B
import type { AnimatedPropsAdapterFunction } from './helperTypes'; type createAnimatedPropAdapterType = (adapter: AnimatedPropsAdapterFunction, nativeProps?: string[]) => AnimatedPropsAdapterFunction; export declare const createAnimatedPropAdapter: createAnimatedPropAdapterType; export {};