UNPKG

vuepress-plugin-lightgallery

Version:
10 lines (9 loc) 350 B
//#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