动态table高度
This commit is contained in:
6
types/table.d.ts
vendored
6
types/table.d.ts
vendored
@@ -23,8 +23,10 @@ declare global {
|
||||
pageSize: number
|
||||
[key: string]: any
|
||||
}
|
||||
loadCallback: (() => void )| null
|
||||
resetCallback: (() => void)| null
|
||||
loadCallback: (() => void) | null
|
||||
resetCallback: (() => void) | null
|
||||
height: string
|
||||
publicHeight: number
|
||||
}
|
||||
|
||||
/* 表格行 */
|
||||
|
||||
Reference in New Issue
Block a user