feat(hooks): add useConnection

This commit is contained in:
moklick
2023-09-27 16:10:16 +02:00
parent 79ab4cb3e0
commit 8a1a26385a
3 changed files with 13 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ export { useStore } from '$lib/store';
export * from '$lib/utils';
export * from '$lib/hooks/useSvelteFlow';
export * from '$lib/hooks/useUpdateNodeInternals';
export * from '$lib/hooks/useConnection';
// types
export type { Edge, EdgeProps, EdgeTypes, DefaultEdgeOptions } from '$lib/types/edges';