feat: select the export bcg image and bcg color from appState

This commit is contained in:
Arnošt Pleskot
2023-07-28 23:45:01 +02:00
parent f15417f864
commit f57cd7e2d5
20 changed files with 491 additions and 97 deletions

View File

@@ -123,7 +123,8 @@ export type ActionName =
| "setFrameAsActiveTool"
| "setEmbeddableAsActiveTool"
| "createContainerFromText"
| "wrapTextInContainer";
| "wrapTextInContainer"
| "changeExportBackgroundImage";
export type PanelComponentProps = {
elements: readonly ExcalidrawElement[];