diff --git a/dev-docs/docs/@excalidraw/excalidraw/api/utils/utils-intro.md b/dev-docs/docs/@excalidraw/excalidraw/api/utils/utils-intro.md index cd8592adc..3bc10f97c 100644 --- a/dev-docs/docs/@excalidraw/excalidraw/api/utils/utils-intro.md +++ b/dev-docs/docs/@excalidraw/excalidraw/api/utils/utils-intro.md @@ -15,11 +15,11 @@ If you want to overwrite the `source` field in the `JSON` string, you can set `w **_Signature_**
-serializeAsJSON(
-  elements: ExcalidrawElement[],
-  appState: AppState,
-  files: BinaryFiles,
-  type: "local" | "database"
+serializeAsJSON(
  + elements: ExcalidrawElement[],
  + appState: AppState,
  + files: BinaryFiles,
  + type: "local" | "database"
  ): string