This commit is contained in:
仲么了
2023-12-29 14:46:20 +08:00
parent d6f3a74ac7
commit 526d541cc2
15 changed files with 372 additions and 111 deletions

4
types/table.d.ts vendored
View File

@@ -23,8 +23,8 @@ declare global {
pageSize: number
[key: string]: any
}
loadCallback: () => void | null
resetCallback: () => void | null
loadCallback: (() => void )| null
resetCallback: (() => void)| null
}
/* 表格行 */