UNPKG

vuepress-plugin-lightgallery

Version:
8 lines (7 loc) 330 B
import { LightGallerySettings } from "lightgallery/lg-settings.js"; //#region src/client/helpers/lightgallery.d.ts type LightGalleryOptions = LightGallerySettings; declare const defineLightGalleryConfig: (options: LightGalleryOptions) => void; //#endregion export { defineLightGalleryConfig }; //# sourceMappingURL=index.d.ts.map