UNPKG

react-photoswipe-gallery

Version:
5 lines (4 loc) 200 B
export { Gallery } from './gallery'; export { Item } from './item'; export type { GalleryProps, ItemProps, ItemRef, DataSourceItem, DataSource, } from './types'; export { useGallery } from './hooks';