@taiga-ui/legacy
Version:
Legacy Taiga UI entities from the previous major release to simplify migration
17 lines (16 loc) • 887 B
TypeScript
import { type DoCheck } from '@angular/core';
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
import { type TuiInputDateRangeComponent } from './input-date-range.component';
import * as i0 from "@angular/core";
/**
* TODO(v5): delete it
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-date-range TuiInputDateRange} (from @taiga-ui/kit) instead
*/
export declare class TuiInputDateRangeDirective extends AbstractTuiTextfieldHost<TuiInputDateRangeComponent> implements DoCheck {
get value(): string;
onValueChange(value: string): void;
process(input: HTMLInputElement): void;
ngDoCheck(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateRangeDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateRangeDirective, "tui-input-date-range", never, {}, {}, never, never, false, never>;
}