@skyux/modals
Version:
This library was generated with [Nx](https://nx.dev).
21 lines (20 loc) • 761 B
TypeScript
import { OnDestroy } from '@angular/core';
import { SkyConfirmButton } from './confirm-button';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class SkyConfirmComponent implements OnDestroy {
#private;
protected body: string | undefined;
protected bodyId: string;
protected buttons: SkyConfirmButton[] | undefined;
protected isOkType: boolean;
protected message: string;
protected preserveWhiteSpace: boolean;
constructor();
ngOnDestroy(): void;
protected close(button: SkyConfirmButton): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyConfirmComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkyConfirmComponent, "sky-confirm", never, {}, {}, never, never, true, never>;
}