mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
add export error handling (#2243)
This commit is contained in:
parent
25d460be96
commit
538f2be097
5 changed files with 60 additions and 40 deletions
|
@ -23,7 +23,7 @@ type MobileMenuProps = {
|
|||
appState: AppState;
|
||||
actionManager: ActionManager;
|
||||
exportButton: React.ReactNode;
|
||||
setAppState: any;
|
||||
setAppState: React.Component<any, AppState>["setState"];
|
||||
elements: readonly NonDeletedExcalidrawElement[];
|
||||
libraryMenu: JSX.Element | null;
|
||||
onRoomCreate: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue