@deepkit/desktop-ui
Version:
Library for desktop UI widgets in Angular 10+
14 lines (13 loc) • 1.11 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./table.component";
import * as i2 from "@angular/common";
import * as i3 from "../icon/index";
import * as i4 from "../splitter/index";
import * as i5 from "@angular/cdk/scrolling";
import * as i6 from "../button/index";
export * from "./table.component";
export declare class DuiTableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DuiTableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DuiTableModule, [typeof i1.TableCellDirective, typeof i1.TableColumnDirective, typeof i1.TableHeaderDirective, typeof i1.TableComponent, typeof i1.TableCustomRowContextMenuDirective, typeof i1.TableCustomHeaderContextMenuDirective], [typeof i2.CommonModule, typeof i3.DuiIconModule, typeof i4.DuiSplitterModule, typeof i5.ScrollingModule, typeof i6.DuiButtonModule], [typeof i1.TableCellDirective, typeof i1.TableColumnDirective, typeof i1.TableHeaderDirective, typeof i1.TableComponent, typeof i1.TableCustomRowContextMenuDirective, typeof i1.TableCustomHeaderContextMenuDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DuiTableModule>;
}