UNPKG

574 BTypeScriptView Raw
1export { default as Captions } from './captions/index.js';
2export { default as Counter } from './counter/index.js';
3export { default as Download } from './download/index.js';
4export { default as Fullscreen } from './fullscreen/index.js';
5export { default as Inline } from './inline/index.js';
6export { default as Share } from './share/index.js';
7export { default as Slideshow } from './slideshow/index.js';
8export { default as Thumbnails } from './thumbnails/index.js';
9export { default as Video } from './video/index.js';
10export { default as Zoom } from './zoom/index.js';