cadviewer 10.71.2 → 10.72.10

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.
@@ -958,4 +958,5 @@ declare module 'cadviewer' {
958
958
  export function cvjs_getPagechangeActivateFlag(): boolean;
959
959
  export function cvjs_setMeasurementDefaultType(measurementType: string): void;
960
960
  export function cvjs_setSpaceObjctColor(f_div: string): void;
961
+ export function cvjs_getDefaultLayerTable(): any;
961
962
  }