fix(components): [table] spanMethod check return type (#8844)

This commit is contained in:
Xc
2022-07-17 23:14:14 +08:00
committed by GitHub
parent 098c439ce8
commit 7258ee3bb2

View File

@@ -126,6 +126,7 @@ interface TableProps<T> {
rowspan: number
colspan: number
}
| undefined
selectOnIndeterminate?: boolean
indent?: number
treeProps?: {