react-native-gallery-preview
Version:
<div> <img align="right" height="720" src="example.gif"> </div>
7 lines • 398 B
TypeScript
import { GalleryPreview } from "./GalleryPreview";
import { useGalleryPreview } from "./hooks/useGalleryPreview";
import type { GalleryPreviewProps, GalleryImageComponentProps, GalleryOverlayProps } from "./types";
export default GalleryPreview;
export { useGalleryPreview };
export type { GalleryPreviewProps, GalleryImageComponentProps, GalleryOverlayProps, };
//# sourceMappingURL=index.d.ts.map