@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
11 lines (10 loc) • 773 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./layout-content.component";
import * as i2 from "./page-title/page-title.component";
import * as i3 from "./page-header/page-header.component";
import * as i4 from "./page-description/page-description.component";
export declare class DokuLayoutContentModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DokuLayoutContentModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DokuLayoutContentModule, never, [typeof i1.DokuLayoutContent, typeof i2.DokuPageTitle, typeof i3.DokuPageHeader, typeof i4.DokuPageDescription], [typeof i1.DokuLayoutContent, typeof i2.DokuPageTitle, typeof i3.DokuPageHeader, typeof i4.DokuPageDescription]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DokuLayoutContentModule>;
}