Skip to content

Commit

Permalink
Add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
ztplz authored and afc163 committed Dec 2, 2018
1 parent 8e3ce3c commit cfa81bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tree-select/interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export interface TreeSelectProps extends AbstractSelectProps {
onFocus?: React.FocusEventHandler<HTMLInputElement>;
onBlur?: React.FocusEventHandler<HTMLInputElement>;
searchPlaceholder?: string;
searchValue?: string;
showCheckedStrategy?: 'SHOW_ALL' | 'SHOW_PARENT' | 'SHOW_CHILD';
suffixIcon?: React.ReactNode;
treeCheckable?: boolean | React.ReactNode;
Expand Down

0 comments on commit cfa81bc

Please sign in to comment.