UNPKG

react-photoswipe-gallery

Version:

React component wrapper around PhotoSwipe

9 lines (8 loc) 283 B
import { FC } from 'react'; import { LayoutProps } from '.'; import { BaseGalleryProps } from './gallery-base'; export declare type GalleryProps = BaseGalleryProps & LayoutProps; /** * Gallery component with default Layout and UI */ export declare const Gallery: FC<GalleryProps>;