1 | import { ElementRef, Injector } from '@angular/core';
|
2 | import { ValueAccessor } from '@ionic/angular/common';
|
3 | import * as i0 from "@angular/core";
|
4 | export declare class TextValueAccessorDirective extends ValueAccessor {
|
5 | constructor(injector: Injector, el: ElementRef);
|
6 | _handleInputEvent(el: HTMLIonInputElement | HTMLIonTextareaElement | HTMLIonSearchbarElement): void;
|
7 | static ɵfac: i0.ɵɵFactoryDeclaration<TextValueAccessorDirective, never>;
|
8 | static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessorDirective, "ion-input:not([type=number]),ion-textarea,ion-searchbar", never, {}, {}, never, never, false, never>;
|
9 | }
|