UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

3 lines (2 loc) 258 B
import { WebSocialShareTwitterAttributes } from '../types/attributes'; export declare const shareTwitter: ({ socialShareText, socialShareVia, socialShareHashtags, socialShareUrl, openWindowTarget: target }: WebSocialShareTwitterAttributes) => Promise<void>;