jspdf-utils 0.4.5 → 0.4.7

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.
@@ -5,7 +5,7 @@
5
5
  * via jsPDF's doc.html() renderer.
6
6
  */
7
7
  import { type Options as Html2CanvasOptions } from "html2canvas-pro";
8
- import jsPDF from "jspdf-with-html2canvas-pro";
8
+ import type jsPDF from "jspdf-with-html2canvas-pro";
9
9
  export interface Margin {
10
10
  top: number;
11
11
  right: number;