UNPKG

react-photoswipe-gallery

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