@fileverse-dev/dsheet 2.0.2-hyperlink-1 → 2.0.2-insert

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.
@@ -24,7 +24,6 @@ export declare const getCellClone: (r: number, c: number, sheetEditorRef: React.
24
24
  ct?: {
25
25
  fa?: string;
26
26
  t?: string;
27
- tb?: string;
28
27
  s?: any;
29
28
  };
30
29
  qp?: number;
@@ -68,16 +67,13 @@ export declare const buildCellFormat: (value: any, existingCt: Cell["ct"], heade
68
67
  t: string;
69
68
  fa: string;
70
69
  ht: number;
71
- tb?: string;
72
70
  } | {
73
71
  t: string;
74
72
  fa: string;
75
- s: any;
76
- tb?: string;
77
73
  } | {
78
74
  t: string;
79
75
  fa: string;
80
- tb?: string;
76
+ s: any;
81
77
  };
82
78
  export declare const preserveTextColorFromInlineStyle: (existing: any, nextIsNum: boolean) => {
83
79
  fc?: undefined;
@@ -97,7 +93,6 @@ export declare const cloneCellStyles: (cell: Cell) => {
97
93
  ct?: {
98
94
  fa?: string;
99
95
  t?: string;
100
- tb?: string;
101
96
  s?: any;
102
97
  };
103
98
  qp?: number;