svelte(chore) edge components are now exported

This commit is contained in:
Peter
2023-10-23 12:24:37 +02:00
parent 747c136ced
commit d8d9401655
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