refactor(hooks): rename useUpdateNodeData to useSetNodeData and adjust api

This commit is contained in:
moklick
2023-12-12 13:51:58 +01:00
parent 6cf8589ea8
commit 75979922ea
11 changed files with 72 additions and 50 deletions
+1 -1
View File
@@ -29,7 +29,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/useUpdateNodeData';
export * from '$lib/hooks/useSetNodeData';
// types
export type {