@balkangraph/orgchart.js 8.8.9 → 8.8.11
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 +2 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -2129,6 +2129,8 @@ declare namespace OrgChart {
|
|
|
2129
2129
|
var t: any;
|
|
2130
2130
|
}
|
|
2131
2131
|
|
|
2132
|
+
export default OrgChart
|
|
2133
|
+
|
|
2132
2134
|
declare class OrgChartBase {
|
|
2133
2135
|
|
|
2134
2136
|
static icon: {
|
|
@@ -2340,4 +2342,3 @@ declare namespace OrgChart {
|
|
|
2340
2342
|
enableDragDrop?: boolean,
|
|
2341
2343
|
}
|
|
2342
2344
|
}
|
|
2343
|
-
export default OrgChart
|