UNPKG

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