@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
13 lines (12 loc) • 524 B
TypeScript
import { type OnInit } from '@angular/core';
import { type TuiPortalItem } from '@taiga-ui/core/types';
import * as i0 from "@angular/core";
export declare class TuiHints implements OnInit {
private readonly hints$;
private readonly destroyRef;
private readonly cdr;
protected hints: readonly TuiPortalItem[];
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHints, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiHints, "tui-hints", never, {}, {}, never, never, true, never>;
}