UNPKG

react-native-gallery-preview

Version:

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

4 lines 294 B
import React from "react"; import type { GalleryImageItemProps } from "../../types"; export declare const GalleryImageItem: React.MemoExoticComponent<({ item, width, height, ImageComponent, ...props }: GalleryImageItemProps) => React.JSX.Element>; //# sourceMappingURL=GalleryImageItem.d.ts.map