UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

3 lines (2 loc) 247 B
import { WebSocialShareDscvrAttributes } from '../types/attributes'; export declare const dscvr: ({ socialShareUrl, socialShareText, socialShareTitle, socialSharePortal, openWindowTarget: target }: WebSocialShareDscvrAttributes) => Promise<void>;