refactor: 优化存储管理typescript提示

This commit is contained in:
秋帆
2024-04-16 19:31:37 +08:00
3 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
import type { TableColumnData } from '@arco-design/web-vue'
export interface TableInstanceColumns extends TableColumnData {
show?: boolean
}