UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

7 lines (6 loc) 218 B
import { InjectionToken } from '@angular/core'; import { type Observable } from 'rxjs'; /** * A stream of possible selection changes */ export declare const TUI_SELECTION_STREAM: InjectionToken<Observable<unknown>>;