UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

10 lines (9 loc) 545 B
import { OnInit, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TooltipDynamicContentDirective implements OnInit { templateRef: TemplateRef<any>; constructor(_templateRef: TemplateRef<any>); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDynamicContentDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDynamicContentDirective, "[hxTooltipDynamicContent],[hxaTooltipDynamicContent]", ["hx-tooltip-dynamic-content"], {}, {}, never>; }