mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
(fix) pass class to TreeNodes nodeIcon slot
This commit is contained in:
parent
71db0aea00
commit
0db9536243
2 changed files with 5 additions and 1 deletions
4
components/lib/tree/Tree.d.ts
vendored
4
components/lib/tree/Tree.d.ts
vendored
|
@ -361,6 +361,10 @@ export interface TreeSlots {
|
|||
* Tree node instance
|
||||
*/
|
||||
node: TreeNode;
|
||||
/**
|
||||
* Style class of the icon.
|
||||
*/
|
||||
class: string;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom checkbox icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue