revamp template
This commit is contained in:
9
src/types/tanstack.d.ts
vendored
Normal file
9
src/types/tanstack.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
import { RowData } from '@tanstack/react-table';
|
||||
|
||||
declare module '@tanstack/react-table' {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
interface ColumnMeta<TData extends RowData, TValue> {
|
||||
className?: string;
|
||||
cellClassName?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user