UNPKG

react-photoswipe-gallery

Version:
7 lines (6 loc) 174 B
import { FC } from 'react'; import { GalleryProps } from './types'; /** * Gallery component providing photoswipe context */ export declare const Gallery: FC<GalleryProps>;