UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

3 lines (2 loc) 180 B
import { WebSocialShareTwiterAttributes } from '../types/web-social-share-attributes'; export declare const shareTwitter: (attrs: WebSocialShareTwiterAttributes) => Promise<void>;