UNPKG

react-photoswipe-gallery

Version:

React component wrapper around PhotoSwipe

10 lines (9 loc) 237 B
/** * A hook that gives you access to provided methods for more advanced usage */ export declare const useGallery: () => { /** * Function that opens the gallery at the provided index */ open: (i?: number) => void; };