Merge pull request #5424 from 4t145/fix-export-builtin-edge-type
fix: export BuiltInEdge type for svelte
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@xyflow/svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Export `BuiltInEdge` type
|
||||||
@@ -53,7 +53,8 @@ export type {
|
|||||||
StepEdgeProps,
|
StepEdgeProps,
|
||||||
StraightEdgeProps,
|
StraightEdgeProps,
|
||||||
EdgeTypes,
|
EdgeTypes,
|
||||||
DefaultEdgeOptions
|
DefaultEdgeOptions,
|
||||||
|
BuiltInEdge,
|
||||||
} from '$lib/types/edges';
|
} from '$lib/types/edges';
|
||||||
export type * from '$lib/types/general';
|
export type * from '$lib/types/general';
|
||||||
export type { Node, NodeTypes, BuiltInNode, NodeProps, InternalNode } from '$lib/types/nodes';
|
export type { Node, NodeTypes, BuiltInNode, NodeProps, InternalNode } from '$lib/types/nodes';
|
||||||
|
|||||||
Reference in New Issue
Block a user