update ts
parent
7a279f6651
commit
e67fc35d4a
|
@ -65,7 +65,7 @@ export declare class Transfer extends AntdComponent {
|
|||
};
|
||||
|
||||
/**
|
||||
* A set of operations that are sorted from bottom to top.
|
||||
* A set of operations that are sorted from top to bottom.
|
||||
* @default ['>', '<']
|
||||
* @type string[]
|
||||
*/
|
||||
|
|
|
@ -104,6 +104,12 @@ export declare class TreeSelect extends AntdComponent {
|
|||
*/
|
||||
searchPlaceholder: any;
|
||||
|
||||
/**
|
||||
* work with `search` event to make search value controlled.
|
||||
* @type string
|
||||
*/
|
||||
searchValue: string;
|
||||
|
||||
/**
|
||||
* Show Checked Strategy
|
||||
* @description The way show selected item in box. Default: just show child nodes.
|
||||
|
|
Loading…
Reference in New Issue