devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
16 lines (15 loc) • 985 B
TypeScript
import { NestedOptionHost } from 'devextreme-angular/core';
import { DxiAlert } from './base/alert-dxi';
import * as i0 from "@angular/core";
export declare class DxiAlertComponent extends DxiAlert {
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiAlertComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiAlertComponent, "dxi-alert", never, { "id": { "alias": "id"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiAlertModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiAlertModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiAlertModule, [typeof DxiAlertComponent], never, [typeof DxiAlertComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiAlertModule>;
}