added data table, formatter
revert context on __root beforeLoad refactor project structure refactor role badge dynamic nav menu
This commit is contained in:
7
src/types/table.d.ts
vendored
Normal file
7
src/types/table.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import '@tanstack/react-table';
|
||||
|
||||
declare module '@tanstack/react-table' {
|
||||
interface ColumnMeta<TData, TValue> {
|
||||
thClass?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user