@alyle/ui
Version:
Minimal Design, a set of components for Angular
14 lines (13 loc) • 929 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./dialog-container.component";
import * as i2 from "./dialog-title.directive";
import * as i3 from "./dialog-content.directive";
import * as i4 from "./dialog-actions.directive";
import * as i5 from "@angular/common";
import * as i6 from "@alyle/ui";
import * as i7 from "@angular/cdk/a11y";
export declare class LyDialogModule {
static ɵfac: i0.ɵɵFactoryDeclaration<LyDialogModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<LyDialogModule, [typeof i1.LyDialogContainer, typeof i2.LyDialogTitle, typeof i3.LyDialogContent, typeof i4.LyDialogActions], [typeof i5.CommonModule, typeof i6.LyCommonModule, typeof i6.LyOverlayModule, typeof i7.A11yModule], [typeof i6.LyCommonModule, typeof i1.LyDialogContainer, typeof i2.LyDialogTitle, typeof i3.LyDialogContent, typeof i4.LyDialogActions]>;
static ɵinj: i0.ɵɵInjectorDeclaration<LyDialogModule>;
}