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

15 lines (14 loc) 379 B
export interface FullscreenStrings { toggleFullscreen: string; } export interface FullscreenSettings { /** * Enable/Disable fullscreen option */ fullScreen: boolean; /** * Custom translation strings for aria-labels */ fullscreenPluginStrings: FullscreenStrings; } export declare const fullscreenSettings: FullscreenSettings;