export additional types

This commit is contained in:
peterkogo
2025-05-26 16:37:44 +02:00
parent 0af2f2801d
commit 61e39363e3
+2 -2
View File
@@ -55,10 +55,10 @@ export type {
EdgeTypes,
DefaultEdgeOptions
} from '$lib/types/edges';
export type { FitViewOptions, OnBeforeDelete } from '$lib/types/general';
export type * from '$lib/types/general';
export type { Node, NodeTypes, BuiltInNode, NodeProps, InternalNode } from '$lib/types/nodes';
export type { SvelteFlowStore } from '$lib/store/types';
export * from '$lib/types/events';
export type { SvelteFlowStore } from '$lib/store/types';
// system types
export {