UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

15 lines (14 loc) 561 B
import * as i0 from "@angular/core"; /** * Use it instead of host binding * host: { '[type]': '"text"' } * ___ * From Angular 19+ all effects are called before host bindings. * If effects inside `tuiValue` will be called before `<input />` get `type="text"`, * it will cause loss of initial value */ export declare class TuiWithNativePicker { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<TuiWithNativePicker, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiWithNativePicker, never, never, {}, {}, never, never, true, never>; }