UNPKG

react-photoswipe-gallery

Version:
5 lines (4 loc) 222 B
import type { SlideData } from 'photoswipe'; import { InternalItem, ItemRef } from '../types'; declare const itemToSlide: (item: InternalItem, itemRef: ItemRef | null | undefined) => SlideData; export default itemToSlide;