vuepress-plugin-lightgallery
Version:
Light Gallery plugin for VuePress
8 lines (7 loc) • 330 B
TypeScript
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