mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fix typo in Tree.d.ts
This commit is contained in:
parent
f8e22edf6d
commit
3d2e00dadc
1 changed files with 1 additions and 1 deletions
2
components/lib/tree/Tree.d.ts
vendored
2
components/lib/tree/Tree.d.ts
vendored
|
@ -354,7 +354,7 @@ export interface TreeSlots {
|
|||
}): VNode[];
|
||||
/**
|
||||
* Custom node icon template.
|
||||
* @param {Object} scope - togglericon slot's params.
|
||||
* @param {Object} scope - nodeicon slot's params.
|
||||
*/
|
||||
nodeicon(scope: {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue