Update TreeSelect.d.ts

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-06 16:55:33 +03:00
parent 2fb2754128
commit e961e48c81

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;