UNPKG

189 BTypeScriptView Raw
1import { GalleryItem } from '../../lg-utils';
2export interface ShareOption {
3 selector: string;
4 dropdownHTML: string;
5 generateLink: (galleryItem: GalleryItem) => string;
6}