Merge pull request #4011 from xyflow/export-edge-label

Svelte Flow: export EdgeLabel component
This commit is contained in:
Moritz Klack
2024-03-14 14:55:45 +01:00
committed by GitHub

View File

@@ -10,6 +10,7 @@ export * from '$lib/components/ViewportPortal';
export * from '$lib/components/BaseEdge';
export { BezierEdge, StepEdge, SmoothStepEdge, StraightEdge } from '$lib/components/edges';
export * from '$lib/components/Handle';
export * from '$lib/components/EdgeLabel';
// plugins
export * from '$lib/plugins/Controls';