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