fix: move encrypted icon to excalidraw-app add separate animation for renderFooter prop (#3577)

* fix: move encrypted icon to excalidraw-app

* use grid & separate animation for custom footer

* update docs

* fix
This commit is contained in:
Aakansha Doshi
2021-05-15 14:49:58 +05:30
committed by GitHub
parent 78da4c075e
commit 6271a031a3
9 changed files with 133 additions and 103 deletions

View File

@ -183,7 +183,7 @@ export interface ExcalidrawProps {
event: ClipboardEvent | null,
) => Promise<boolean> | boolean;
renderTopRightUI?: (isMobile: boolean, appState: AppState) => JSX.Element;
renderFooter?: (isMobile: boolean) => JSX.Element;
renderFooter?: (isMobile: boolean, appState: AppState) => JSX.Element;
langCode?: Language["code"];
viewModeEnabled?: boolean;
zenModeEnabled?: boolean;