@ionic/angular
Version:
Angular specific wrappers for @ionic/core
13 lines (12 loc) • 670 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 IonTitle {
protected z: NgZone;
protected el: HTMLIonTitleElement;
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
static ɵfac: i0.ɵɵFactoryDeclaration<IonTitle, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IonTitle, "ion-title", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare interface IonTitle extends Components.IonTitle {
}