Skip to content

Commit

Permalink
fix: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung committed Dec 26, 2023
1 parent ce46463 commit 45d9d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tree/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface ITreeProps {
expandKeys?: UniqueId[];
loadedKeys?: string[];
activeKey?: UniqueId;
onExpand?: (expandedKeys: React.Key[], node: ITreeNodeItemProps) => void;
onExpand?: (expandedKeys: UniqueId[], node: ITreeNodeItemProps) => void;
onSelect?: (node: ITreeNodeItemProps, isUpdate?) => void;
onTreeClick?: () => void;
renderTitle?: (
Expand Down

0 comments on commit 45d9d24

Please sign in to comment.