@taiga-ui/kit
Version:
Taiga UI Angular main components kit
6 lines (5 loc) • 362 B
TypeScript
import { InjectionToken } from '@angular/core';
import { Observable } from 'rxjs';
export declare const SELECTION_STREAM: InjectionToken<Observable<unknown>>;
export declare const INPUT_PHONE_PROVIDERS: import("@angular/core").Provider[];
export declare function selectionStreamFactory(destroy$: Observable<unknown>, documentRef: Document): Observable<unknown>;