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