feat(svelte): add group node

This commit is contained in:
moklick
2023-10-11 11:17:15 +02:00
parent 77f059a078
commit 0cfecc823f
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,5 @@
<script lang="ts">
import { type NodeProps } from '@xyflow/system';
interface $$Props extends NodeProps<{}> {}
</script>