chore(react): re-export handle type #4535
This commit is contained in:
@@ -103,6 +103,10 @@ export {
|
|||||||
type KeyCode,
|
type KeyCode,
|
||||||
} from '@xyflow/system';
|
} 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
|
// system utils
|
||||||
export {
|
export {
|
||||||
type GetBezierPathParams,
|
type GetBezierPathParams,
|
||||||
|
|||||||
Reference in New Issue
Block a user