mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
Fix treeDefaultExpandedKeys ts define, close #5349
This commit is contained in:
parent
47589ba92c
commit
ae9e02a6c3
@ -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…
Reference in New Issue
Block a user