Update TreeSelect.d.ts
parent
8d2a4f0617
commit
e82dd774e5
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue