@ionic/angular
Version:
Angular specific wrappers for @ionic/core
9 lines (8 loc) • 398 B
TypeScript
import { AlertOptions } from '@ionic/core';
import { OverlayBaseController } from '../util/overlay';
import * as i0 from "@angular/core";
export declare class AlertController extends OverlayBaseController<AlertOptions, HTMLIonAlertElement> {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<AlertController, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AlertController>;
}