ng-devui
Version:
DevUI components based on Angular
12 lines (11 loc) • 749 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./panel.component";
import * as i2 from "./panel-header.component";
import * as i3 from "./panel-body.component";
import * as i4 from "./panel-footer.component";
import * as i5 from "@angular/common";
export declare class PanelModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PanelModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PanelModule, [typeof i1.PanelComponent, typeof i2.PanelHeaderComponent, typeof i3.PanelBodyComponent, typeof i4.PanelFooterComponent], [typeof i5.CommonModule], [typeof i1.PanelComponent, typeof i2.PanelHeaderComponent, typeof i3.PanelBodyComponent, typeof i4.PanelFooterComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PanelModule>;
}