react-photoswipe-2
Version:
react photoswipe component base on Photoswipe. Support React >= 16.
20 lines (13 loc) • 613 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PhotoSwipeGallery = exports.PhotoSwipe = undefined;
var _PhotoSwipe = require('./PhotoSwipe.js');
var _PhotoSwipe2 = _interopRequireDefault(_PhotoSwipe);
var _PhotoSwipeGallery = require('./PhotoSwipeGallery.js');
var _PhotoSwipeGallery2 = _interopRequireDefault(_PhotoSwipeGallery);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _PhotoSwipe2.default;
exports.PhotoSwipe = _PhotoSwipe2.default;
exports.PhotoSwipeGallery = _PhotoSwipeGallery2.default;