feat: integrate mermaidToExcalidraw

This commit is contained in:
Aakansha Doshi 2023-08-17 12:24:00 +05:30
parent 991f5570ce
commit 6a04ebc6db
8 changed files with 788 additions and 7 deletions

View file

@ -376,7 +376,8 @@ export const updateActiveTool = (
| "eraser"
| "hand"
| "frame"
| "embeddable";
| "embeddable"
| "mermaid";
}
| { type: "custom"; customType: string }
) & { lastActiveToolBeforeEraser?: LastActiveTool },