feat: export base edge

This commit is contained in:
Braks
2022-05-11 22:10:40 +02:00
parent 8e91e4a8e5
commit be2a37246a
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export { default as VueFlow } from './container/VueFlow/VueFlow.vue'
export { default as Handle } from './components/Handle/Handle.vue'
export { StraightEdge, StepEdge, BezierEdge, SimpleBezierEdge, SmoothStepEdge, EdgeText } from './components/Edges'
export { StraightEdge, StepEdge, BezierEdge, SimpleBezierEdge, SmoothStepEdge, BaseEdge, EdgeText } from './components/Edges'
export {
getBezierPath,