Skip to content

Commit e67fc35

Browse files
committed
update ts
1 parent 7a279f6 commit e67fc35

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

types/transfer.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export declare class Transfer extends AntdComponent {
6565
};
6666

6767
/**
68-
* A set of operations that are sorted from bottom to top.
68+
* A set of operations that are sorted from top to bottom.
6969
* @default ['>', '<']
7070
* @type string[]
7171
*/

types/tree-select.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ export declare class TreeSelect extends AntdComponent {
104104
*/
105105
searchPlaceholder: any;
106106

107+
/**
108+
* work with `search` event to make search value controlled.
109+
* @type string
110+
*/
111+
searchValue: string;
112+
107113
/**
108114
* Show Checked Strategy
109115
* @description The way show selected item in box. Default: just show child nodes.

0 commit comments

Comments
 (0)