UNPKG

@excalidraw/excalidraw

Version:
6 lines (5 loc) 284 B
import { ExcalidrawElement } from "../element/types"; import { AppState } from "../types"; export declare const resaveAsImageWithScene: (elements: readonly ExcalidrawElement[], appState: AppState) => Promise<{ fileHandle: import("@dwelle/browser-fs-access").FileSystemHandle; }>;