cadviewer 9.45.2 → 9.47.1

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.
@@ -897,4 +897,5 @@ declare module 'cadviewer' {
897
897
  export function cvjs_styleRedline(redid: any, styleobject: any): void;
898
898
  export function cvjs_replaceRedlineText(redid: any, mystring: string): void;
899
899
  export function cvjs_getRedlineText(redid: any): string;
900
+ export function cvjs_selectPaperSize(paperSize: string): void;
900
901
  }