UNPKG

lct-components

Version:
16 lines (15 loc) 624 B
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TooltipComponent implements OnInit, AfterViewInit { private renderer; message: string; secondaryMessage: string; classes: string; marginBottom: string; tooltipContainer: ElementRef | undefined; constructor(renderer: Renderer2); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "lct-tooltip", never, {}, {}, never, never>; }