lct-components
Version:
LCT basic components
16 lines (15 loc) • 624 B
TypeScript
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>;
}