@balkangraph/orgchart.js 8.8.11 → 8.8.13

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
@@ -2129,8 +2129,6 @@ declare namespace OrgChart {
2129
2129
  var t: any;
2130
2130
  }
2131
2131
 
2132
- export default OrgChart
2133
-
2134
2132
  declare class OrgChartBase {
2135
2133
 
2136
2134
  static icon: {
@@ -2342,3 +2340,4 @@ declare namespace OrgChart {
2342
2340
  enableDragDrop?: boolean,
2343
2341
  }
2344
2342
  }
2343
+ export default OrgChart