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
/
gallery-default.d.ts
9 lines
(8 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
FC
}
from
'react'
;
import
{
LayoutProps
}
from
'.'
;
import
{
BaseGalleryProps
}
from
'./gallery-base'
;
export
declare
type
GalleryProps
=
BaseGalleryProps
&
LayoutProps
;
/** * Gallery component with default Layout and UI */
export
declare
const
Gallery
:
FC
<
GalleryProps
>;