@mescius/spread-sheets 17.1.1 → 17.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|
|