fix(svelte): export useInternalNode hook

This commit is contained in:
moklick
2024-05-06 12:32:00 +02:00
parent 1860dff666
commit 181a94d125
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ export * from '$lib/hooks/useConnection';
export * from '$lib/hooks/useNodesEdges';
export * from '$lib/hooks/useHandleConnections';
export * from '$lib/hooks/useNodesData';
export * from '$lib/hooks/useInternalNode';
export { useInitialized, useNodesInitialized } from '$lib/hooks/useInitialized';
// types