UNPKG

@funnelback/ng-sds

Version:

`@funnelback/ng-sds` is Bootstrap 5 based library that aims to implement the [Squiz Design System specification](https://designsystem.squiz.net/) in Angular.

17 lines (16 loc) 1.31 kB
import * as i0 from "@angular/core"; import * as i1 from "./table.component"; import * as i2 from "./table-column/table-column.component"; import * as i3 from "./table-footer/table-footer.component"; import * as i4 from "./table-pagination/table-pagination.component"; import * as i5 from "./icon-column/icon-column.component"; import * as i6 from "./table-row/table-row.directive"; import * as i7 from "@angular/common"; import * as i8 from "../icon/icon.module"; import * as i9 from "../button/button.module"; import * as i10 from "../dropdown/dropdown.module"; export declare class SdsTableModule { static ɵfac: i0.ɵɵFactoryDeclaration<SdsTableModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<SdsTableModule, [typeof i1.SdsTableComponent, typeof i2.SdsTableColumnComponent, typeof i3.SdsTableFooterComponent, typeof i4.SdsTablePaginationComponent, typeof i5.SdsIconColumnComponent, typeof i6.SdsRowDirective], [typeof i7.CommonModule, typeof i8.SdsIconModule, typeof i9.SdsButtonModule, typeof i10.SdsDropdownModule], [typeof i1.SdsTableComponent, typeof i2.SdsTableColumnComponent, typeof i3.SdsTableFooterComponent, typeof i4.SdsTablePaginationComponent, typeof i5.SdsIconColumnComponent, typeof i6.SdsRowDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<SdsTableModule>; }