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