fix(svelte): export InternalNode type

This commit is contained in:
moklick
2024-05-06 14:00:33 +02:00
parent 181a94d125
commit 9cf09651a6
3 changed files with 13 additions and 2 deletions
+8 -1
View File
@@ -47,7 +47,14 @@ export type {
DefaultEdgeOptions
} from '$lib/types/edges';
export type { HandleComponentProps, FitViewOptions } from '$lib/types/general';
export type { Node, NodeTypes, DefaultNodeOptions, BuiltInNode, NodeProps } from '$lib/types/nodes';
export type {
Node,
NodeTypes,
DefaultNodeOptions,
BuiltInNode,
NodeProps,
InternalNode
} from '$lib/types/nodes';
export type { SvelteFlowStore } from '$lib/store/types';
// system types