cadviewer 10.35.12 → 10.36.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.
package/dist/cadviewer.d.ts
CHANGED
|
@@ -647,7 +647,6 @@ declare module 'cadviewer' {
|
|
|
647
647
|
export function cvjs_batchConvertDrawingsToPDF(drawingFilesArray: any, pageOrint: any, pageSize: any, pageRes: any): void;
|
|
648
648
|
export function cvjs_batchConvertOnLoadEndCustomMethod(): void;
|
|
649
649
|
export function cvjs_clearDrawingSpaceObjects(): void;
|
|
650
|
-
export function cvjs_clearDrawing(): void;
|
|
651
650
|
export function cvjs_clearDrawingStickyNotes(): void;
|
|
652
651
|
export function cvjs_clearDrawingHyperlinks(): void;
|
|
653
652
|
export function cvjs_clearDrawingRedlines(): void;
|