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) 209 B
export interface RelativeCaptionSettings { /** * Enable/Disable relative captions */ relativeCaption: boolean; } export declare const relativeCaptionSettings: RelativeCaptionSettings;