UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

6 lines (5 loc) 172 B
import { InjectionToken, type Type } from '@angular/core'; /** * A component to display a hint */ export declare const TUI_HINT_COMPONENT: InjectionToken<Type<unknown>>;