UNPKG

vuepress-plugin-lightgallery

Version:
7 lines (4 loc) 236 B
import { LightGallerySettings } from 'lightgallery/lg-settings.js'; type LightGalleryOptions = LightGallerySettings; declare const defineLightGalleryConfig: (options: LightGalleryOptions) => void; export { defineLightGalleryConfig };