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) 164 B
export interface PagerSettings { /** * Enable/Disable pager option */ pager: boolean; } export declare const pagerSettings: PagerSettings;