UNPKG

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

14 lines (13 loc) 490 B
import { ShareButtonFuncArgs } from './share.models'; /** Returns a valid URL or falls back to current URL */ export declare function getValidUrl(url: string): string; export declare function printPage(): void; export declare function copyToClipboard({ params, data, clipboard, uiState }: ShareButtonFuncArgs<CopyToClipboardDataArgs>): void; interface CopyToClipboardDataArgs { delay: number; text: string; icon: any; successText: string; successIcon: any; } export {};