mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor: simplify ImageExportDialog
(#6578)
This commit is contained in:
parent
b1b325b9a7
commit
f6f9ed0396
5 changed files with 85 additions and 91 deletions
|
@ -442,6 +442,7 @@ export type AppClassProperties = {
|
|||
pasteFromClipboard: App["pasteFromClipboard"];
|
||||
id: App["id"];
|
||||
onInsertElements: App["onInsertElements"];
|
||||
onExportImage: App["onExportImage"];
|
||||
};
|
||||
|
||||
export type PointerDownState = Readonly<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue