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. */