UNPKG

409 BTypeScriptView Raw
1import { OverlayBaseController } from '@ionic/angular/common';
2import type { AlertOptions } from '@ionic/core';
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}