mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(components): [table] fix SummaryMethod
type (#7206)
This commit is contained in:
parent
503be91343
commit
3d3621698f
@ -47,7 +47,7 @@ type RenderExpanded<T> = ({
|
||||
}: RIS<T>) => VNode
|
||||
|
||||
type SummaryMethod<T> = (data: {
|
||||
columns: TableColumnCtx<T>
|
||||
columns: TableColumnCtx<T>[]
|
||||
data: T[]
|
||||
}) => string[]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user