@balkangraph/orgchart.js 8.2.56 → 8.2.57

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
@@ -757,6 +757,7 @@ declare class OrgChart extends OrgChartBase {
757
757
 
758
758
  static pdfPrevUI: any;
759
759
  static randomId(): any;
760
+ static searchUI: any;
760
761
 
761
762
  }
762
763