chore(rollup): use correct ts version

This commit is contained in:
moklick
2024-03-14 15:17:36 +01:00
parent 54c69c7d8e
commit 2b26ec79b0
3 changed files with 287 additions and 61 deletions
@@ -96,6 +96,7 @@ export function EdgeUpdateAnchors<EdgeType extends Edge = Edge>({
onEdgeUpdateEnd: _onEdgeUpdateEnd,
updateConnection,
getTransform: () => store.getState().transform,
getConnectionStartHandle: () => store.getState().connectionStartHandle,
});
};