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