diff --git a/dev-docs/docs/@excalidraw/excalidraw/api/utils/export.mdx b/dev-docs/docs/@excalidraw/excalidraw/api/utils/export.mdx index 6337fe7ac..5502e9668 100644 --- a/dev-docs/docs/@excalidraw/excalidraw/api/utils/export.mdx +++ b/dev-docs/docs/@excalidraw/excalidraw/api/utils/export.mdx @@ -105,7 +105,7 @@ function App() {
 exportToBlob(
  - opts: ExportOpts & {
  + opts: ExportOpts & {
  mimeType?: string,
  quality?: number,
  exportPadding?: number;
@@ -164,7 +164,7 @@ This function returns a promise which resolves to `svg` of the exported drawing.
 exportToClipboard(
  - opts: ExportOpts & {
  + opts: ExportOpts & {
  mimeType?: string,
  quality?: number;
  type: 'png' | 'svg' |'json'