fix(system) exportet Optional type, fix(svelte) adjusted exported edge types

This commit is contained in:
Peter
2023-11-28 13:03:50 +01:00
parent 9f538c6b7c
commit 0393409e89
7 changed files with 12 additions and 8 deletions
@@ -1,6 +1,6 @@
<script lang="ts">
import type { Writable } from 'svelte/store';
import { Handle, Position, type NodeProps } from '@xyflow/svelte';
import { Handle, Position, type NodeProps, BezierEdge, SmoothStepEdge } from '@xyflow/svelte';
type $$Props = NodeProps;