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

8 lines (7 loc) 218 B
import { LgQuery } from './lgQuery'; import { LightGallery } from './lightgallery'; export declare class LgPlugin { core: LightGallery; $LG: LgQuery; constructor(core: LightGallery, $LG: LgQuery); }