feat: sync with upstream changes

This commit is contained in:
are 2023-11-28 19:00:00 +01:00
parent f6ac19bce9
commit e72721e39f
No known key found for this signature in database
GPG key ID: 8367A69658056EE3
4 changed files with 21 additions and 4 deletions

View file

@ -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();