edit-pdf 0.0.18 → 0.0.19

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/index.d.ts CHANGED
@@ -66,7 +66,7 @@ export declare interface PdfEditorProps {
66
66
  signerDepartment?: string;
67
67
  /** SVG markup, data URL, or image URL for the digital signature status icon */
68
68
  signatureIconSvg?: string;
69
- /** Diagonal text watermark applied to every page (preview + export) */
69
+ /** Diagonal text watermark shown on every page in the editor preview only (not exported) */
70
70
  watermark?: WatermarkConfig;
71
71
  }
72
72