Skip to content

Commit

Permalink
Merge pull request #5428 from jacobtylerwalls/fix-tree-typo
Browse files Browse the repository at this point in the history
Fix typo in Tree.d.ts
  • Loading branch information
tugcekucukoglu committed Mar 19, 2024
2 parents 052b54a + 3d2e00d commit d72b2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/tree/Tree.d.ts
Expand Up @@ -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: {
/**
Expand Down

0 comments on commit d72b2d6

Please sign in to comment.