@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
10 lines (9 loc) • 596 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./table.directive";
import * as i2 from "./table-sortable.directive";
import * as i3 from "./table-sticky-column.directive";
export declare class DokuTableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DokuTableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DokuTableModule, never, [typeof i1.DokuTable, typeof i2.DokuTableSortable, typeof i3.DokuTableStickyColumn], [typeof i1.DokuTable, typeof i2.DokuTableSortable, typeof i3.DokuTableStickyColumn]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DokuTableModule>;
}