Skip to content

Commit

Permalink
update Types
Browse files Browse the repository at this point in the history
  • Loading branch information
AidinD authored and yoyo837 committed Oct 24, 2019
1 parent 2761460 commit d5ad7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tree-select/interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface TreeSelectProps<T extends TreeNodeValue> extends AbstractSelect
notFoundContent?: React.ReactNode;
onChange?: (value: T, label: any, extra: any) => void;
onSearch?: (value: any) => void;
onSelect?: (value: any) => void;
onSelect?: (value: any, node: any, extra: any) => void;
onTreeExpand?: (keys: Array<string>) => void;
onFocus?: React.FocusEventHandler<HTMLInputElement>;
onBlur?: React.FocusEventHandler<HTMLInputElement>;
Expand Down

0 comments on commit d5ad7d7

Please sign in to comment.