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

View File

@@ -53,9 +53,6 @@
selectNodesOnDrag,
snapGrid,
defaultMarkerColor,
nodesDraggable,
nodesConnectable,
elementsSelectable,
translateExtent,
nodeExtent,
onlyRenderVisibleElements,

View File

@@ -86,6 +86,9 @@ export type SvelteFlowRestProps = Omit<
| 'nodes'
| 'edges'
| 'viewport'
| 'nodesDraggable'
| 'nodesConnectable'
| 'elementsSelectable'
>;
export type StoreSignals = {