UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

6 lines (5 loc) 519 B
import { WebSocialShareFacebookAttributes } from '../types/attributes'; /** * Source: https://github.com/720kb/angular-socialshare/blob/master/dist/angular-socialshare.js */ export declare const shareFacebook: ({ socialShareType, socialShareVia, socialShareRedirectUri, socialShareUrl, socialShareTo, socialShareDisplay, socialShareRef, socialShareFrom, socialShareSource, socialShareQuote, socialShareMobileiframe, socialShareHashtags, openWindowTarget: target }: WebSocialShareFacebookAttributes) => Promise<void>;