mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
TreeNode .d.ts and apidoc updates
This commit is contained in:
parent
1100647eee
commit
fb6a5ceebf
9 changed files with 79 additions and 67 deletions
3
components/lib/treeselect/TreeSelect.d.ts
vendored
3
components/lib/treeselect/TreeSelect.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue