Skip to content

Commit

Permalink
fix: more restrictive meta on react-table v8 types
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Dec 1, 2023
1 parent 5a54536 commit d815bc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/types/react-table-v8.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ import '@tanstack/react-table';
declare module '@tanstack/table-core' {
interface ColumnMeta<TData extends RowData, TValue> {
align: 'left' | 'center' | 'right';
[string]: string;
}
}

0 comments on commit d815bc1

Please sign in to comment.