@ionic/angular
Version:
Angular specific wrappers for @ionic/core
13 lines (12 loc) • 884 B
TypeScript
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
import type { Components } from '@ionic/core/components';
import * as i0 from "@angular/core";
export declare class IonInputPasswordToggle {
protected z: NgZone;
protected el: HTMLIonInputPasswordToggleElement;
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
static ɵfac: i0.ɵɵFactoryDeclaration<IonInputPasswordToggle, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IonInputPasswordToggle, "ion-input-password-toggle", never, { "color": { "alias": "color"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare interface IonInputPasswordToggle extends Components.IonInputPasswordToggle {
}