update ts

pull/398/head
tangjinzhou 2019-01-07 21:04:35 +08:00
parent 7a279f6651
commit e67fc35d4a
2 changed files with 7 additions and 1 deletions

2
types/transfer.d.ts vendored
View File

@ -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[]
*/

View File

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