feat(svelte): add selectionMode prop

This commit is contained in:
moklick
2023-03-14 15:25:46 +01:00
parent 233e6aedca
commit ae244526bd
7 changed files with 19 additions and 18 deletions
+4
View File
@@ -14,4 +14,8 @@ export * from '$lib/utils';
export * from '$lib/hooks/useSvelteFlow';
export * from '@reactflow/utils';
export * from '@reactflow/system';
export * from '@reactflow/edge-utils';
export default SvelteFlow;