@mescius/spread-sheets 17.1.1 → 17.1.2
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.
|
@@ -28637,7 +28637,7 @@ declare module GC{
|
|
|
28637
28637
|
* sheet.setCellType(1, 1, textCellType);
|
|
28638
28638
|
* ```
|
|
28639
28639
|
*/
|
|
28640
|
-
constructor();
|
|
28640
|
+
constructor(editorType?: GC.Spread.Sheets.CellTypes.EditorType);
|
|
28641
28641
|
}
|
|
28642
28642
|
}
|
|
28643
28643
|
|