@keen.io/ui-core
Version:
Keen visual components library
6 lines (5 loc) • 311 B
TypeScript
import TableHeader from './table-header.component';
import TableRow from './table-row.component';
import TableCell from './table-cell.component';
import { CellValue, CellTextAlignment, TableRowData } from './types';
export { TableCell, TableRow, TableHeader, CellValue, CellTextAlignment, TableRowData, };