UNPKG

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