UNPKG

218 BTypeScriptView Raw
1import { LgQuery } from './lgQuery';
2import { LightGallery } from './lightgallery';
3export declare class LgPlugin {
4 core: LightGallery;
5 $LG: LgQuery;
6 constructor(core: LightGallery, $LG: LgQuery);
7}