Skip to content

Commit

Permalink
Fix primefaces#6845: TreeTableSelectionKeys type def
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jul 5, 2024
1 parent 8625e49 commit ff17cb3
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 @@ -344,7 +344,7 @@ interface TreeTableSelectionKeysType {
/**
* Extra options.
*/
[key: string]: boolean | TreeTableCheckboxSelectionKeyType | undefined;
[key: string]: boolean | string | TreeTableCheckboxSelectionKeyType | undefined;
}

/**
Expand Down

0 comments on commit ff17cb3

Please sign in to comment.