UNPKG

391 BTypeScriptView Raw
1/// <reference types="react" />
2import { View } from 'react-native';
3interface AnimatedViewComplement extends View {
4 getNode(): View;
5}
6export declare const AnimatedView: import("react").ComponentClass<import("..").AnimateProps<import("react-native").ViewProps>, any>;
7export type AnimatedView = typeof AnimatedView & AnimatedViewComplement;
8export {};
9//# sourceMappingURL=View.d.ts.map
\No newline at end of file