Browse Source

Fix treeDefaultExpandedKeys ts define, close #5349

pull/5534/head
afc163 8 years ago
parent
commit
ae9e02a6c3
  1. 1
      components/tree-select/interface.tsx

1
components/tree-select/interface.tsx

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

Loading…
Cancel
Save