We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb93979 commit c8d8a1fCopy full SHA for c8d8a1f
src/components/tree/index.tsx
@@ -64,7 +64,7 @@ export interface ITreeProps {
64
expandKeys?: UniqueId[];
65
loadedKeys?: string[];
66
activeKey?: UniqueId;
67
- onExpand?: (expandedKeys: React.Key[], node: ITreeNodeItemProps) => void;
+ onExpand?: (expandedKeys: UniqueId[], node: ITreeNodeItemProps) => void;
68
onSelect?: (node: ITreeNodeItemProps, isUpdate?) => void;
69
onTreeClick?: () => void;
70
renderTitle?: (
0 commit comments