UNPKG

410 BTypeScriptView Raw
1import { LgQuery } from '../../lgQuery';
2import { LightGallery } from '../../lightgallery';
3import { PagerSettings } from './lg-pager-settings';
4export default class Pager {
5 core: LightGallery;
6 settings: PagerSettings;
7 private $LG;
8 constructor(instance: LightGallery, $LG: LgQuery);
9 private getPagerHtml;
10 init(): void;
11 private manageActiveClass;
12 destroy(): void;
13}