fix wrapper props

This commit is contained in:
peterkogo
2025-03-17 10:45:24 +01:00
parent 3828b78804
commit 8b5284697c
2 changed files with 3 additions and 3 deletions
@@ -53,9 +53,6 @@
selectNodesOnDrag, selectNodesOnDrag,
snapGrid, snapGrid,
defaultMarkerColor, defaultMarkerColor,
nodesDraggable,
nodesConnectable,
elementsSelectable,
translateExtent, translateExtent,
nodeExtent, nodeExtent,
onlyRenderVisibleElements, onlyRenderVisibleElements,
+3
View File
@@ -86,6 +86,9 @@ export type SvelteFlowRestProps = Omit<
| 'nodes' | 'nodes'
| 'edges' | 'edges'
| 'viewport' | 'viewport'
| 'nodesDraggable'
| 'nodesConnectable'
| 'elementsSelectable'
>; >;
export type StoreSignals = { export type StoreSignals = {