fix: export BuiltInEdge type

This commit is contained in:
4t145
2025-07-30 16:41:30 +08:00
parent bb5bf60e5d
commit 2daa4aa2cf

View File

@@ -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';