chore: add missing type re-export for NodeConnection

This commit is contained in:
Bjørn Olav Salvesen
2025-03-29 12:40:03 +01:00
parent 2d7e4232d5
commit 0d4dab1771
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -109,7 +109,8 @@ export {
type ResizeParams,
type ResizeParamsWithDirection,
type ResizeDragEvent,
type IsValidConnection
type IsValidConnection,
type NodeConnection
} from '@xyflow/system';
// system utils