Update TreeSelect.d.ts

pull/4101/head^2
Tuğçe Küçükoğlu 2023-07-06 16:55:33 +03:00
parent 2fb2754128
commit e961e48c81
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export interface TreeSelectPassThroughOptions {
*/
wrapper?: TreeSelectPassThroughOptionType;
/**
* Uses to pass attributes to the trigger's DOM element.
* Uses to pass attributes to Tree component.
* @see {@link TreePassThroughOptionType}
*/
tree?: TreePassThroughOptionType;