mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-12 06:57:11 +08:00
refactor: 优化存储管理typescript提示
This commit is contained in:
5
src/components/GiTable/type.ts
Normal file
5
src/components/GiTable/type.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { TableColumnData } from '@arco-design/web-vue'
|
||||
|
||||
export interface TableInstanceColumns extends TableColumnData {
|
||||
show?: boolean
|
||||
}
|
Reference in New Issue
Block a user