feat: change collab trigger & add share dialog (#7647)

This commit is contained in:
David Luzar
2024-02-03 14:04:23 +00:00
committed by GitHub
parent a289c42830
commit 0513b647ec
18 changed files with 440 additions and 136 deletions
-1
View File
@@ -495,7 +495,6 @@ export type ExportOpts = {
exportedElements: readonly NonDeletedExcalidrawElement[],
appState: UIAppState,
files: BinaryFiles,
canvas: HTMLCanvasElement,
) => void;
renderCustomUI?: (
exportedElements: readonly NonDeletedExcalidrawElement[],