From e961e48c81c88ef5191fcc047cbe757c8be48be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 6 Jul 2023 16:55:33 +0300 Subject: [PATCH] Update TreeSelect.d.ts --- components/lib/treeselect/TreeSelect.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;