UNPKG

410 BTypeScriptView Raw
1import { LoadingOptions } from '@ionic/core';
2import { OverlayBaseController } from '../util/overlay';
3import * as i0 from "@angular/core";
4export declare class LoadingController extends OverlayBaseController<LoadingOptions, HTMLIonLoadingElement> {
5 constructor();
6 static ɵfac: i0.ɵɵFactoryDeclaration<LoadingController, never>;
7 static ɵprov: i0.ɵɵInjectableDeclaration<LoadingController>;
8}