UNPKG

lightgallery

Version:

lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile

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