UNPKG

react-advanced-gallery

Version:

A customizable React image gallery component with Bootstrap styling, fullscreen mode, animations, and support for various media types

3 lines (2 loc) 259 B
import { GalleryProps } from '../types'; export declare function ImageGallery({ images, layout, animation, thumbnailsPosition, enableZoom, onImageClick, onFavoriteToggle, onImageRemove, onImageUpload }: GalleryProps): import("react/jsx-runtime").JSX.Element;