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