| 10 | declare module '@tanstack/react-table' { |
| 11 | // eslint-disable-next-line @typescript-eslint/no-unused-vars |
| 12 | export interface ColumnMeta<TData extends RowData, TValue> { |
| 13 | columnLabel?: string; |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | // --------- Sheet Definition Types --------- |
nothing calls this directly
no outgoing calls
no test coverage detected