UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

3 lines (2 loc) 149 B
import { WebSocialShareUrlAttributes } from '../types/attributes'; export declare const copy: (attrs: WebSocialShareUrlAttributes) => Promise<void>;