UNPKG
react-photoswipe-2
Version:
latest (1.3.2)
1.3.2
1.3.1
PhotoSwipe, PhotoSwipeGallery component for ReactJS base on PhotoSwipe.
react-photoswipe-2
/
src
/
index.js
6 lines
(4 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
import
PhotoSwipe
from
'./PhotoSwipe.js'
;
import
PhotoSwipeGallery
from
'./PhotoSwipeGallery.js'
;
export
default
PhotoSwipe
;
export
{
PhotoSwipe
,
PhotoSwipeGallery
};