From 0d4dab177111ba0460fb9cb34be8eeeb01dc580b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Olav=20Salvesen?= Date: Sat, 29 Mar 2025 12:40:03 +0100 Subject: [PATCH] chore: add missing type re-export for NodeConnection --- packages/react/src/index.ts | 1 + packages/svelte/src/lib/index.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/react/src/index.ts b/packages/react/src/index.ts index 1cb3764c..eb106f18 100644 --- a/packages/react/src/index.ts +++ b/packages/react/src/index.ts @@ -106,6 +106,7 @@ export { type FinalConnectionState, type ConnectionInProgress, type NoConnection, + type NodeConnection, } from '@xyflow/system'; // we need this workaround to prevent a duplicate identifier error diff --git a/packages/svelte/src/lib/index.ts b/packages/svelte/src/lib/index.ts index 3e96210b..25eb0f9c 100644 --- a/packages/svelte/src/lib/index.ts +++ b/packages/svelte/src/lib/index.ts @@ -109,7 +109,8 @@ export { type ResizeParams, type ResizeParamsWithDirection, type ResizeDragEvent, - type IsValidConnection + type IsValidConnection, + type NodeConnection } from '@xyflow/system'; // system utils