mirror of
https://github.com/ershisan99/db-studio.git
synced 2025-12-19 12:33:12 +00:00
initial commit
This commit is contained in:
8
frontend/src/tanstack-table-typedef.ts
Normal file
8
frontend/src/tanstack-table-typedef.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { RowData } from '@tanstack/react-table'
|
||||
|
||||
declare module '@tanstack/table-core' {
|
||||
// @ts-expect-error - this is a global module augmentation
|
||||
interface ColumnMeta<TData extends RowData> {
|
||||
className?: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user