chore(types): cleanup

This commit is contained in:
moklick
2024-02-18 19:54:55 +01:00
parent a16c5c9bd5
commit 5e56dd58c0
2 changed files with 6 additions and 8 deletions
@@ -79,7 +79,7 @@ export const getInitialStore = ({
height?: number;
fitView?: boolean;
}) => {
const nodeLookup = new Map();
const nodeLookup: NodeLookup = new Map();
const nextNodes = adoptUserProvidedNodes(nodes, nodeLookup, {
nodeOrigin: [0, 0],
elevateNodesOnSelect: false