UNPKG

react-native-gallery-preview

Version:

<div> <img align="right" height="720" src="example.gif"> </div>

14 lines 459 B
import React from "react"; import { ImageStyle, StyleProp } from "react-native"; import { ImageItemURI } from "src/types"; interface ImageComponentProps { source: ImageItemURI; onLoad: (width: number, height: number) => void; style: StyleProp<ImageStyle>; } export declare const DefaultImageComponent: { (props: ImageComponentProps): React.JSX.Element; displayName: string; }; export {}; //# sourceMappingURL=DefaultImageComponent.d.ts.map