Skip to content

Commit

Permalink
Update TreeSelect.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 5, 2023
1 parent 8d2a4f0 commit e82dd77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/lib/treeselect/TreeSelect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -97,9 +97,9 @@ export interface TreeSelectPassThroughOptions {
wrapper?: TreeSelectPassThroughOptionType;
/**
* 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.
*/
Expand Down

0 comments on commit e82dd77

Please sign in to comment.