Merge pull request #3527 from wbkd/svelte-expose-edge-components

svelte(chore) edge components are now exported
This commit is contained in:
Moritz Klack
2023-10-23 20:49:18 +02:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1,4 @@
export { default as BezierEdge } from './BezierEdge.svelte';
export { default as StraightEdge } from './StraightEdge.svelte';
export { default as SmoothStepEdge } from './SmoothStepEdge.svelte';
export { default as StepEdge } from './StepEdge.svelte';
+1
View File
@@ -7,6 +7,7 @@ export * from '$lib/container/Panel';
export * from '$lib/components/SvelteFlowProvider';
export * from '$lib/components/EdgeLabelRenderer';
export * from '$lib/components/BaseEdge';
export * from '$lib/components/edges';
export * from '$lib/components/Handle';
// plugins