mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: sync with upstream changes
This commit is contained in:
parent
f6ac19bce9
commit
e72721e39f
4 changed files with 21 additions and 4 deletions
|
@ -13,7 +13,7 @@ export const TTDDialogTrigger = ({
|
|||
}: {
|
||||
children?: ReactNode;
|
||||
icon?: JSX.Element;
|
||||
tab?: string;
|
||||
tab?: "mermaid" | "text-to-diagram" | "text-to-drawing";
|
||||
}) => {
|
||||
const { TTDDialogTriggerTunnel } = useTunnels();
|
||||
const setAppState = useExcalidrawSetAppState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue