UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

9 lines (8 loc) 357 B
/// <reference types="react" /> import { View } from 'react-native'; interface AnimatedViewComplement extends View { getNode(): View; } export declare const AnimatedView: import("react").ComponentClass<import("..").AnimateProps<import("react-native").ViewProps>, any>; export type AnimatedView = typeof AnimatedView & AnimatedViewComplement; export {};