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) 189 B
export interface FullscreenSettings { /** * Enable/Disable fullscreen option */ fullScreen: boolean; } export declare const fullscreenSettings: FullscreenSettings;