jspreadsheet 11.18.3 → 11.18.5

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
@@ -904,7 +904,7 @@ declare namespace jspreadsheet {
904
904
  parseFormulas?: boolean;
905
905
  /** Disable the formula editor. Default: true */
906
906
  editorFormulas?: boolean;
907
- /** Disable formula picker with keyboard. Default: true */
907
+ /** Enable or disable formula picker with keyboard. Default: true */
908
908
  keyboardFormulas?: boolean;
909
909
  /** Auto increment cell data when using the corner copy, including formulas, numbers and dates. Default: true */
910
910
  autoIncrement?: boolean;