@fileverse-dev/dsheet 2.0.17 → 2.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.
@@ -21,6 +21,7 @@ export declare const getCellClone: (r: number, c: number, sheetEditorRef: React.
21
21
  cs?: number;
22
22
  };
23
23
  f?: string;
24
+ _formulaEditHtml?: string;
24
25
  ct?: {
25
26
  fa?: string;
26
27
  t?: string;
@@ -98,6 +99,7 @@ export declare const cloneCellStyles: (cell: Cell) => {
98
99
  cs?: number;
99
100
  };
100
101
  f?: string;
102
+ _formulaEditHtml?: string;
101
103
  ct?: {
102
104
  fa?: string;
103
105
  t?: string;