UNPKG

@ionic/angular

Version:

Angular specific wrappers for @ionic/core

10 lines (9 loc) 611 B
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IonIcon { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration<IonIcon, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IonIcon, "ion-icon", never, { "color": "color"; "flipRtl": "flipRtl"; "icon": "icon"; "ios": "ios"; "lazy": "lazy"; "md": "md"; "mode": "mode"; "name": "name"; "sanitize": "sanitize"; "size": "size"; "src": "src"; }, {}, never, ["*"], true>; }