mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-14 21:10:37 +02:00
feat: select the export bcg image and bcg color from appState
This commit is contained in:
@@ -287,6 +287,7 @@ export type AppState = {
|
||||
pendingImageElementId: ExcalidrawImageElement["id"] | null;
|
||||
showHyperlinkPopup: false | "info" | "editor";
|
||||
selectedLinearElement: LinearElementEditor | null;
|
||||
exportBackgroundImage: string;
|
||||
};
|
||||
|
||||
export type UIAppState = Omit<
|
||||
|
Reference in New Issue
Block a user