mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: SelectionSelectFn selectedRows to T generic type (#28206)
close #28204
This commit is contained in:
parent
28d3d9038f
commit
e22e27dbae
@ -126,7 +126,7 @@ export interface SelectionItem {
|
||||
export type SelectionSelectFn<T> = (
|
||||
record: T,
|
||||
selected: boolean,
|
||||
selectedRows: Object[],
|
||||
selectedRows: T[],
|
||||
nativeEvent: Event,
|
||||
) => void;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user