UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

7 lines (6 loc) 241 B
export declare const isMobile: () => boolean; export declare const openNewWindow: ({ urlString, target }: { urlString: string; target?: string; }) => Window; export declare const shareEncodedUrl: (socialShareUrl?: string) => string;