lightgallery
Version:
lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile
14 lines (13 loc) • 410 B
TypeScript
import { LgQuery } from '../../lgQuery';
import { LightGallery } from '../../lightgallery';
import { PagerSettings } from './lg-pager-settings';
export default class Pager {
core: LightGallery;
settings: PagerSettings;
private $LG;
constructor(instance: LightGallery, $LG: LgQuery);
private getPagerHtml;
init(): void;
private manageActiveClass;
destroy(): void;
}