this.table.

This commit is contained in:
仲么了
2024-01-17 09:53:00 +08:00
parent 7da7f5d803
commit 88208911cf
9 changed files with 558 additions and 4 deletions

1
types/table.d.ts vendored
View File

@@ -25,6 +25,7 @@ declare global {
}
loadCallback: (() => void) | null
resetCallback: (() => void) | null
beforeSearchFun: (() => void) | null
height: string
publicHeight: number
}