Tree and Org chart .d.ts.updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-11 11:59:22 +03:00
parent 9cac35d0ba
commit 95c2c42a01
2 changed files with 11 additions and 3 deletions

View file

@ -261,7 +261,12 @@ export interface OrganizationChartSlots {
/**
* Custom content template.
*/
default(node: any): VNode[];
default(scope: {
/**
* Current node
*/
node: any;
}): VNode[];
/**
* Dynamic content template.
* @todo