UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

3 lines (2 loc) 240 B
import { WebSocialSharePinterestAttributes } from '../types/attributes'; export declare const pinterest: ({ socialShareUrl, socialShareMedia, socialShareText, openWindowTarget: target }: WebSocialSharePinterestAttributes) => Promise<void>;