UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

7 lines (6 loc) 253 B
import { InjectionToken, type Type } from '@angular/core'; /** * A component to display a dropdown */ export declare const TUI_DROPDOWN_COMPONENT: InjectionToken<Type<any>>; export declare const TUI_DROPDOWN_CONTEXT: InjectionToken<Record<any, any>>;