chore(react): re-export handle type #4535

This commit is contained in:
moklick
2024-08-13 14:17:17 +02:00
parent 6eb6a8e525
commit 3496d39c6d

View File

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