UNPKG
react-photoswipe-gallery
Version:
latest (3.1.1)
next (2.0.0-alpha.2)
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-alpha.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-alpha.2
2.0.0-alpha.1
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
React component wrapper around PhotoSwipe
github.com/dromru/react-photoswipe-gallery
react-photoswipe-gallery
/
dist
/
hooks.d.ts
10 lines
(9 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * 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
; };