ngx-sharebuttons
Version:
<p align="center"> <img height="200px" width="200px" style="text-align: center;" src="https://rawcdn.githack.com/MurhafSousli/ngx-sharebuttons/13279ed77c47fe9dd7b61e4dad3ded6d02488c2f/projects/ngx-sharebuttons-demo/src/assets/img/logo.svg"> <h1 alig
23 lines (22 loc) • 1.29 kB
TypeScript
import { IShareButton, IShareButtons, ShareButtonsConfig } from './share.models';
export declare const defaultOptions: ShareButtonsConfig;
export declare const facebookParams: IShareButton;
export declare const xParams: IShareButton;
export declare const linkedInParams: IShareButton;
export declare const pinterestParams: IShareButton;
export declare const redditParams: IShareButton;
export declare const tumblrParams: IShareButton;
export declare const mixParams: IShareButton;
export declare const viberParams: IShareButton;
export declare const vkParams: IShareButton;
export declare const telegramParams: IShareButton;
export declare const messengerParams: IShareButton;
export declare const whatsappParams: IShareButton;
export declare const xingParams: IShareButton;
export declare const lineParams: IShareButton;
export declare const smsParams: IShareButton;
export declare const emailParams: IShareButton;
export declare const printerParams: IShareButton;
export declare const copyParams: IShareButton;
export declare const SHARE_BUTTONS: IShareButtons;
export type ShareButtonProp = string | 'facebook' | 'x' | 'pinterest' | 'linkedin' | 'email' | 'print' | 'reddit' | 'copy' | 'xing' | 'line' | 'sms' | 'tumblr' | 'whatsapp' | 'messenger' | 'telegram' | 'vk' | 'viber' | 'mix';