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
/
helpers.d.ts
8 lines
(7 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
getElBounds
:
(
el
:
HTMLElement
) =>
{
x
:
number
;
y
:
number
;
w
:
number
; };
export
declare
function
sortNodes
(
a
?:
Element
,
b
?:
Element
):
0
|
1
| -
1
;
export
declare
function
shuffle<T>(
array
: T[]): T[];