Update TreeSelect.d.ts

pull/4931/head
tugcekucukoglu 2023-12-05 12:41:04 +03:00
parent 8d2a4f0617
commit e82dd774e5
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
import { InputHTMLAttributes, TransitionProps, VNode } from 'vue'; import { InputHTMLAttributes, TransitionProps, VNode } from 'vue';
import { ComponentHooks } from '../basecomponent'; import { ComponentHooks } from '../basecomponent';
import { PassThroughOptions } from '../passthrough'; import { PassThroughOptions } from '../passthrough';
import { TreeExpandedKeys, TreePassThroughOptionType } from '../tree'; import { TreeExpandedKeys, TreePassThroughOptions } from '../tree';
import { TreeNode } from '../treenode'; import { TreeNode } from '../treenode';
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers'; import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
@ -97,9 +97,9 @@ export interface TreeSelectPassThroughOptions {
wrapper?: TreeSelectPassThroughOptionType; wrapper?: TreeSelectPassThroughOptionType;
/** /**
* Used to pass attributes to Tree component. * Used to pass attributes to Tree component.
* @see {@link TreePassThroughOptionType} * @see {@link TreePassThroughOptions}
*/ */
tree?: TreePassThroughOptionType<TreeSelectSharedPassThroughMethodOptions>; tree?: TreePassThroughOptions<TreeSelectSharedPassThroughMethodOptions>;
/** /**
* Used to pass attributes to the empty message's DOM element. * Used to pass attributes to the empty message's DOM element.
*/ */