rsetcallback

This commit is contained in:
仲么了
2023-12-29 13:23:11 +08:00
parent 9ea3660392
commit a605cbe83a
4 changed files with 45 additions and 14 deletions

2
types/table.d.ts vendored
View File

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