feat: rebuild email platform and operations console

This commit is contained in:
2026-07-25 23:06:15 +08:00
parent c109abc6f5
commit 32e0969ca1
443 changed files with 56446 additions and 1585 deletions
+10
View File
@@ -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
}
}