MIF_E31210141/public/landing/third-party/silicon-theme/vendor/lightgallery/index.d.ts

5 lines
224 B
TypeScript

import { LightGallerySettings } from './lg-settings';
import { LightGallery } from './lightgallery';
declare function lightGallery(el: HTMLElement, options?: LightGallerySettings): LightGallery;
export default lightGallery;