feat: rebuild email platform and operations console
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import '@tanstack/react-table'
|
||||
|
||||
declare module '@tanstack/react-table' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
interface ColumnMeta<TData, TValue> {
|
||||
className?: string // apply to both th and td
|
||||
tdClassName?: string
|
||||
thClassName?: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user