UNPKG

@ionic/angular

Version:

Angular specific wrappers for @ionic/core

13 lines (12 loc) 727 B
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core'; import type { Components } from '@ionic/core/components'; import * as i0 from "@angular/core"; export declare class IonLabel { protected z: NgZone; protected el: HTMLIonLabelElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration<IonLabel, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IonLabel, "ion-label", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], true, never>; } export declare interface IonLabel extends Components.IonLabel { }