From e82dd774e542cfcb444e749d0ff3b5143604eb4c Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 5 Dec 2023 12:41:04 +0300 Subject: [PATCH] Update TreeSelect.d.ts --- components/lib/treeselect/TreeSelect.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts index b9069b70c..5a7367789 100644 --- a/components/lib/treeselect/TreeSelect.d.ts +++ b/components/lib/treeselect/TreeSelect.d.ts @@ -10,7 +10,7 @@ import { InputHTMLAttributes, TransitionProps, VNode } from 'vue'; import { ComponentHooks } from '../basecomponent'; import { PassThroughOptions } from '../passthrough'; -import { TreeExpandedKeys, TreePassThroughOptionType } from '../tree'; +import { TreeExpandedKeys, TreePassThroughOptions } from '../tree'; import { TreeNode } from '../treenode'; import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; @@ -97,9 +97,9 @@ export interface TreeSelectPassThroughOptions { wrapper?: TreeSelectPassThroughOptionType; /** * Used to pass attributes to Tree component. - * @see {@link TreePassThroughOptionType} + * @see {@link TreePassThroughOptions} */ - tree?: TreePassThroughOptionType; + tree?: TreePassThroughOptions; /** * Used to pass attributes to the empty message's DOM element. */