TreeNode .d.ts and apidoc updates

This commit is contained in:
tugcekucukoglu 2023-11-23 17:00:44 +03:00
parent 1100647eee
commit fb6a5ceebf
9 changed files with 79 additions and 67 deletions

View file

@ -10,7 +10,8 @@
import { InputHTMLAttributes, TransitionProps, VNode } from 'vue';
import { ComponentHooks } from '../basecomponent';
import { PassThroughOptions } from '../passthrough';
import { TreeExpandedKeys, TreeNode, TreePassThroughOptionType } from '../tree';
import { TreeExpandedKeys, TreePassThroughOptionType } from '../tree';
import { TreeNode } from '../treenode';
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
export declare type TreeSelectPassThroughOptionType = TreeSelectPassThroughAttributes | ((options: TreeSelectPassThroughMethodOptions) => TreeSelectPassThroughAttributes | string) | string | null | undefined;