@balkangraph/orgchart.js 8.9.32 → 8.9.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/orgchart.d.ts CHANGED
@@ -1044,6 +1044,7 @@ declare namespace OrgChart {
1044
1044
  * @param avatarUrl avatar url
1045
1045
  */
1046
1046
  setAvatar(avatarUrl?: string): void;
1047
+ static renderHeaderContent(title: string, photo: string, node: OrgChart.node, data: object): string;
1047
1048
  }
1048
1049
 
1049
1050
  interface searchUI {