mirror of
https://github.com/rustfs/console.git
synced 2026-08-28 19:47:21 +08:00
wip: object list fixed
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import type { RowData } from '@tanstack/vue-table'
|
||||
|
||||
declare module '@tanstack/vue-table' {
|
||||
interface ColumnMeta<TData extends RowData, TValue> {
|
||||
maxWidth?: string | number
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user