feat(svelte): add custom edge example

This commit is contained in:
moklick
2023-03-15 12:56:01 +01:00
parent e317e7dbbb
commit 2381ad2a84
7 changed files with 75 additions and 6 deletions
+3
View File
@@ -4,6 +4,9 @@ export * from '$lib/container/SvelteFlow';
export * from '$lib/container/Panel';
export * from '$lib/components/SvelteFlowProvider';
export * from '$lib/components/EdgeLabelRenderer';
export * from '$lib/components/BaseEdge';
export * from '$lib/components/Handle';
export * from '$lib/plugins/Controls';
export * from '$lib/plugins/Background';