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