Add missing type

This commit is contained in:
ztplz 2018-12-02 02:22:51 +08:00 committed by 偏右
parent 8e3ce3cb27
commit cfa81bc658

View File

@ -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;