@deepkit/desktop-ui
Version:
Library for desktop UI widgets in Angular 10+
20 lines (19 loc) • 1.66 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./dialog.component";
import * as i2 from "./dialog";
import * as i3 from "./progress-dialog.component";
import * as i4 from "@angular/forms";
import * as i5 from "@angular/common";
import * as i6 from "@angular/cdk/overlay";
import * as i7 from "../window/index";
import * as i8 from "../button/index";
import * as i9 from "../core/index";
import * as i10 from "../input/index";
export * from "./dialog.component";
export * from "./dialog";
export * from "./progress-dialog.component";
export declare class DuiDialogModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DuiDialogModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DuiDialogModule, [typeof i1.DialogComponent, typeof i1.DialogDirective, typeof i1.DialogActionsComponent, typeof i1.CloseDialogDirective, typeof i2.DuiDialogConfirmDirective, typeof i2.DuiDialogAlert, typeof i2.DuiDialogConfirm, typeof i2.DuiDialogPrompt, typeof i3.DuiDialogProgress, typeof i1.DialogWrapperComponent, typeof i1.DialogErrorComponent, typeof i1.OpenDialogDirective], [typeof i4.FormsModule, typeof i5.CommonModule, typeof i6.OverlayModule, typeof i7.DuiWindowModule, typeof i8.DuiButtonModule, typeof i9.DuiCoreModule, typeof i10.DuiInputModule], [typeof i1.DialogDirective, typeof i1.DialogComponent, typeof i1.DialogActionsComponent, typeof i1.CloseDialogDirective, typeof i2.DuiDialogConfirmDirective, typeof i2.DuiDialogAlert, typeof i2.DuiDialogConfirm, typeof i2.DuiDialogPrompt, typeof i3.DuiDialogProgress, typeof i1.DialogErrorComponent, typeof i1.OpenDialogDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DuiDialogModule>;
}