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 { StickyShareButtonsConfig } from '../types'; import * as i0 from "@angular/core"; export declare class StickyShareButtonsComponent implements OnInit { private rd; config: StickyShareButtonsConfig; buttons: ElementRef; constructor(rd: Renderer2); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StickyShareButtonsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StickyShareButtonsComponent, "st-sticky-share-buttons", never, { "config": "config"; }, {}, never, never, false>; }