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