react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
7 lines (6 loc) • 474 B
TypeScript
import type { AdapterWorkletFunction } from './commonTypes';
import type { AnimatedPropsAdapterFunction } from './helperTypes';
export type createAnimatedPropAdapterType = (adapter: AnimatedPropsAdapterFunction, nativeProps?: string[]) => AnimatedPropsAdapterFunction;
export declare const createAnimatedPropAdapter: createAnimatedPropAdapterType;
export declare const SVGAdapter: AdapterWorkletFunction;
export declare const TextInputAdapter: AnimatedPropsAdapterFunction;