cadviewer 9.52.4 → 9.53.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.
@@ -907,4 +907,6 @@ declare module 'cadviewer' {
907
907
  export function cvjs_flipRedlineSpaceObject(f_div: string, id: string, orientation: string, type: string): void;
908
908
  export function cvjs_groupRedlineSpaceObjects(f_div: string, basegroup: string, group_array: any): void;
909
909
  export function cvjs_ungroupRedlineSpaceObjects(f_div: string, basegroup: string, group_array: any): void;
910
+ export function cvjs_findAllTextInstances(): any;
911
+ export function cvjs_flipRedlineSpaceObject(f_div: string, id: string, orientation: string, type: string): void;
910
912
  }