UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

8 lines (7 loc) 632 B
import { SukaTable } from './table.component'; import { SukaCell, SukaCellDef, SukaColumnDef, SukaFooterCell, SukaFooterCellDef, SukaHeaderCell, SukaHeaderCellDef } from './cell'; import { SukaFooterRow, SukaFooterRowDef, SukaHeaderRow, SukaHeaderRowDef, SukaRow, SukaRowDef } from './row'; import { SukaTableDataSource } from './table-data-source'; declare class TableModule { } export { TableModule, SukaTable, SukaHeaderCellDef, SukaHeaderRowDef, SukaColumnDef, SukaCellDef, SukaRowDef, SukaFooterCellDef, SukaFooterRowDef, SukaHeaderCell, SukaCell, SukaFooterCell, SukaHeaderRow, SukaRow, SukaFooterRow, SukaTableDataSource, };