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 { GalleryChildrenItemProps } from "../../types"; export declare const GalleryChildrenItem: React.MemoExoticComponent<({ width, height, children, ...props }: GalleryChildrenItemProps) => React.JSX.Element>; //# sourceMappingURL=GalleryChildrenItem.d.ts.map