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) 189 B
import { GalleryItem } from '../../lg-utils'; export interface ShareOption { selector: string; dropdownHTML: string; generateLink: (galleryItem: GalleryItem) => string; }