diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts index f0033106a..a2ec91e3b 100644 --- a/components/lib/treeselect/TreeSelect.d.ts +++ b/components/lib/treeselect/TreeSelect.d.ts @@ -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;