@jspreadsheet/bundle 12.2.9 → 12.3.0

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
@@ -2292,6 +2292,8 @@ declare namespace render {
2292
2292
  onbeforesave?: (blob: object) => void | boolean;
2293
2293
  /** When finish */
2294
2294
  onsuccess?: (blog: object) => void;
2295
+ /** Compress the content. Default: true */
2296
+ compress?: boolean;
2295
2297
  }
2296
2298
 
2297
2299
  /** Set the license */