@balkangraph/orgchart.js 8.15.1 → 8.15.3

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
@@ -8,7 +8,7 @@ declare class OrgChart {
8
8
  * @param element HTML element or string selector for example '#tree'
9
9
  * @param options configuration options
10
10
  */
11
- constructor(element: HTMLElement | string, options?: OrgChart.options);
11
+ constructor(element?: HTMLElement | string, options?: OrgChart.options);
12
12
 
13
13
 
14
14
  /**