mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-29 21:27:32 +02:00
feat: export restore API's from Excalidraw package (#3049)
This commit is contained in:
@@ -141,7 +141,7 @@ export const restoreElements = (
|
||||
}, [] as ExcalidrawElement[]);
|
||||
};
|
||||
|
||||
const restoreAppState = (
|
||||
export const restoreAppState = (
|
||||
appState: ImportedDataState["appState"],
|
||||
localAppState: Partial<AppState> | null,
|
||||
): AppState => {
|
||||
|
Reference in New Issue
Block a user