UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

3 lines (2 loc) 234 B
import { WebSocialShareEmailAttributes } from '../types/attributes'; export declare const email: ({ socialShareTo, socialShareBody, socialShareSubject, socialShareCc, socialShareBcc }: WebSocialShareEmailAttributes) => Promise<void>;