@taiga-ui/legacy
Version:
Legacy Taiga UI entities from the previous major release to simplify migration
11 lines (10 loc) • 577 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TuiLinearPickerComponent {
protected readonly $: import("rxjs").Subscription;
value: number;
readonly valueChange: EventEmitter<number>;
get left(): number;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLinearPickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLinearPickerComponent, "tui-linear-picker", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
}