Skip to content

Commit ff17cb3

Browse files
committed
Fix #6845: TreeTableSelectionKeys type def
1 parent 8625e49 commit ff17cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lib/treetable/treetable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ interface TreeTableSelectionKeysType {
344344
/**
345345
* Extra options.
346346
*/
347-
[key: string]: boolean | TreeTableCheckboxSelectionKeyType | undefined;
347+
[key: string]: boolean | string | TreeTableCheckboxSelectionKeyType | undefined;
348348
}
349349

350350
/**

0 commit comments

Comments
 (0)