diff --git a/packages/react/src/index.ts b/packages/react/src/index.ts index 604e3d35..7c984bf0 100644 --- a/packages/react/src/index.ts +++ b/packages/react/src/index.ts @@ -103,6 +103,10 @@ export { type KeyCode, } from '@xyflow/system'; +// we need this workaround to prevent a duplicate identifier error +import { type Handle as HandleBound } from '@xyflow/system'; +export type Handle = HandleBound; + // system utils export { type GetBezierPathParams,