UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

4 lines (3 loc) 192 B
export declare const isMobile: () => boolean; export declare const staticOpenNewWindow: (urlString: string) => void; export declare const shareEncodedUrl: (socialShareUrl?: string) => string;