@nova-ui/bits
Version:
SolarWinds Nova Framework
19 lines (18 loc) • 1.06 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./confirmation-dialog.component";
import * as i2 from "./dialog.component";
import * as i3 from "./dialog-header.component";
import * as i4 from "./dialog-footer.component";
import * as i5 from "./dialog-backdrop.component";
import * as i6 from "@angular/cdk/a11y";
import * as i7 from "../../common/common.module";
import * as i8 from "../icon/icon.module";
import * as i9 from "../button/button.module";
/**
* @ignore
*/
export declare class NuiDialogModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NuiDialogModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NuiDialogModule, [typeof i1.ConfirmationDialogComponent, typeof i2.DialogComponent, typeof i3.DialogHeaderComponent, typeof i4.DialogFooterComponent, typeof i5.DialogBackdropComponent], [typeof i6.A11yModule, typeof i7.NuiCommonModule, typeof i8.NuiIconModule, typeof i9.NuiButtonModule], [typeof i3.DialogHeaderComponent, typeof i4.DialogFooterComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NuiDialogModule>;
}