@balkangraph/orgchart.js 8.0.17 → 8.0.18

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
@@ -1991,5 +1991,6 @@ Code example:
1991
1991
  */
1992
1992
  exportPNGProfile(options: Object, callback?: Function) : void;
1993
1993
 
1994
-
1994
+ t(templateName: string) : any;
1995
+
1995
1996
  }export default OrgChart