kage-ui
Version:
A minimal, border-focused Angular UI component library.
15 lines (14 loc) • 475 B
TypeScript
import { AlertButton, AlertOptions } from './alert.model';
import * as i0 from "@angular/core";
export declare class KageAlertCtrl {
private appRef;
private injector;
private compRef;
show(options: AlertOptions): Promise<{
values: Record<string, string>;
button: AlertButton | null;
}>;
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<KageAlertCtrl, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<KageAlertCtrl>;
}