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) 218 B
import { GalleryConfigProps } from '../types'; export declare function GalleryConfig({ layout, animation, thumbnailsPosition, enableZoom, onConfigChange }: GalleryConfigProps): import("react/jsx-runtime").JSX.Element;