diff --git a/.changeset/tidy-donuts-hug.md b/.changeset/tidy-donuts-hug.md new file mode 100644 index 00000000..3f83a0a7 --- /dev/null +++ b/.changeset/tidy-donuts-hug.md @@ -0,0 +1,5 @@ +--- +'@xyflow/svelte': patch +--- + +Export `BuiltInEdge` type diff --git a/packages/svelte/src/lib/index.ts b/packages/svelte/src/lib/index.ts index 3c16faca..be8874e5 100644 --- a/packages/svelte/src/lib/index.ts +++ b/packages/svelte/src/lib/index.ts @@ -53,7 +53,8 @@ export type { StepEdgeProps, StraightEdgeProps, EdgeTypes, - DefaultEdgeOptions + DefaultEdgeOptions, + BuiltInEdge, } from '$lib/types/edges'; export type * from '$lib/types/general'; export type { Node, NodeTypes, BuiltInNode, NodeProps, InternalNode } from '$lib/types/nodes';