@fileverse-dev/dsheet 1.1.23-patch-2 → 1.1.23-patch-3

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.
@@ -42,6 +42,7 @@ interface AfterUpdateCellParams {
42
42
  };
43
43
  };
44
44
  }
45
+ export declare const isDatablockError: (value: any) => boolean;
45
46
  /**
46
47
  * Handles logic after a cell is updated, including processing formula results
47
48
  *
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.1.23-patch-2",
5
+ "version": "1.1.23-patch-3",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {