vuepress-plugin-lightgallery
Version:
Light Gallery plugin for VuePress
10 lines (9 loc) • 350 B
JavaScript
//#region src/client/helpers/lightgallery.ts
let lightGalleryOptions = {};
const defineLightGalleryConfig = (options) => {
lightGalleryOptions = options;
};
const useLightGalleryOptions = () => lightGalleryOptions;
//#endregion
export { useLightGalleryOptions as n, defineLightGalleryConfig as t };
//# sourceMappingURL=lightgallery-B5ld7Osg.js.map