fix: export BuiltInEdge type
This commit is contained in:
@@ -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