@balkangraph/orgchart.js 8.14.64 → 8.14.66

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
@@ -708,7 +708,7 @@ declare class OrgChart extends OrgChartBase {
708
708
  expandChildren?: boolean,
709
709
  min?: boolean,
710
710
  nodeId? : number | string
711
- }>, filename?: string, openInNewTab?: boolean, callback: (arrayBuffer: ArrayBuffer) => void): void;
711
+ }>, filename?: string, openInNewTab?: boolean, callback?: (arrayBuffer: ArrayBuffer) => void): void;
712
712
 
713
713
  static isMobile(): boolean;
714
714
  /**