export EdgeLabel component

This commit is contained in:
peterkogo
2024-03-13 16:53:32 +01:00
parent 09118c1c8e
commit 491a1dde90
+1
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';