UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

3 lines (2 loc) 262 B
import { WebSocialShareLinkedinAttributes } from '../types/attributes'; export declare const linkedin: ({ socialShareUrl, socialShareText, socialShareDescription, socialShareSource, openWindowTarget: target }: WebSocialShareLinkedinAttributes) => Promise<void>;