dfx-bootstrap-table
Version:
Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.
9 lines (8 loc) • 431 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./sort";
import * as i2 from "./sort-header";
export declare class DfxSortModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DfxSortModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DfxSortModule, never, [typeof i1.NgbSort, typeof i2.NgbSortHeader], [typeof i1.NgbSort, typeof i2.NgbSortHeader]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DfxSortModule>;
}