projecte_ionic/node_modules/@ionic/angular/providers/loading-controller.d.ts
2022-02-09 18:30:03 +01:00

10 lines
474 B
TypeScript
Executable file

import { LoadingOptions } from '@ionic/core';
import { OverlayBaseController } from '../util/overlay';
import * as ɵngcc0 from '@angular/core';
export declare class LoadingController extends OverlayBaseController<LoadingOptions, HTMLIonLoadingElement> {
constructor();
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LoadingController, never>;
static ɵprov: ɵngcc0.ɵɵInjectableDeclaration<LoadingController>;
}
//# sourceMappingURL=loading-controller.d.ts.map