mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +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
2
components/lib/treetable/TreeTable.d.ts
vendored
2
components/lib/treetable/TreeTable.d.ts
vendored
|
@ -12,7 +12,7 @@ import { ComponentHooks } from '../basecomponent';
|
|||
import { ColumnPassThroughOptionType } from '../column';
|
||||
import { PaginatorPassThroughOptionType } from '../paginator';
|
||||
import { PassThroughOptions } from '../passthrough';
|
||||
import { TreeNode } from '../tree';
|
||||
import { TreeNode } from '../treenode';
|
||||
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
||||
|
||||
export declare type TreeTablePassThroughOptionType = TreeTablePassThroughAttributes | ((options: TreeTablePassThroughMethodOptions) => TreeTablePassThroughAttributes | string) | string | null | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue