Fix treeDefaultExpandedKeys ts define, close #5349

This commit is contained in:
afc163 2017-03-28 13:45:10 +08:00
parent 47589ba92c
commit ae9e02a6c3

View File

@ -27,6 +27,7 @@ export interface TreeSelectProps {
disabled?: boolean;
treeDefaultExpandAll?: boolean;
treeCheckable?: boolean | React.ReactNode;
treeDefaultExpandedKeys?: Array<string>;
filterTreeNode?: (inputValue: string, treeNode: any) => boolean | boolean;
treeNodeFilterProp?: string;
treeNodeLabelProp?: string;