Skip to content

Commit

Permalink
Fix #6845: TreeTableSelectionKeys type def (#6847)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 5, 2024
1 parent 1c4f944 commit 96356d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/treetable/treetable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ interface TreeTableSelectionEvent {
/**
* Selected node key.
*/
value: TreeTableSelectionKeysType;
value: TreeTableSelectionKeysType | string;
}

/**
Expand Down

0 comments on commit 96356d9

Please sign in to comment.