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

7 lines (6 loc) 345 B
import { VideoInfo } from '../../types'; export declare type PlayerParams = Record<string, string | number | boolean> | boolean; export declare const param: (obj: { [x: string]: string | number | boolean; }) => string; export declare const getVimeoURLParams: (defaultParams: PlayerParams, videoInfo?: VideoInfo | undefined) => string;