refactor(userselection): use store for handling updates
This commit is contained in:
Vendored
+2
-2
@@ -1,3 +1,3 @@
|
||||
import { Node, Edge } from '../types';
|
||||
declare const useElementUpdater: (elements: (Node | Edge)[]) => void;
|
||||
import { Elements } from '../types';
|
||||
declare const useElementUpdater: (elements: Elements) => void;
|
||||
export default useElementUpdater;
|
||||
|
||||
Reference in New Issue
Block a user