UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

4 lines 150 B
export type CellText = number | string; export type TableRow = CellText[]; export type TableData = TableRow[]; //# sourceMappingURL=tableData.d.ts.map