UNPKG

sharethis-angular

Version:

ShareThis Share Buttons for Angular apps/sites. Empower your online audience to share and amplify your content on social networks such as Facebook, WhatsApp, Linkedin, Twitter and many more. Includes four types of share buttons - Inline Share Buttons, Sti

14 lines (13 loc) 627 B
import { ElementRef, OnInit, Renderer2 } from '@angular/core'; import { InlineShareButtonsConfig } from '../types'; import * as i0 from "@angular/core"; export declare class InlineShareButtonsComponent implements OnInit { private rd; config: InlineShareButtonsConfig; buttons: ElementRef; constructor(rd: Renderer2); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<InlineShareButtonsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<InlineShareButtonsComponent, "st-inline-share-buttons", never, { "config": "config"; }, {}, never, never, false>; }