UNPKG

228 BTypeScriptView Raw
1import { LightGallerySettings } from './lg-settings';
2import { LightGallery } from './lightgallery';
3declare function lightGallery(el: HTMLElement, options?: LightGallerySettings): LightGallery;
4export default lightGallery;