UNPKG

@taiga-ui/kit

Version:
8 lines (7 loc) 289 B
import { NgControl } from '@angular/forms'; import { TuiDay, TuiDayRange } from '@taiga-ui/cdk'; import { Observable } from 'rxjs'; /** * @internal */ export declare function TuiReplayControlValueChangesFactory(control: NgControl | null): Observable<TuiDayRange | TuiDay | null> | null;