update: add edge text to exports

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 18758facbd
commit 2b4dbba737
+1
View File
@@ -1,5 +1,6 @@
export { default as VueFlow } from './container/VueFlow/VueFlow.vue'
export { default as Handle } from './components/Handle/Handle.vue'
export { default as EdgeText } from './components/Edges/EdgeText.vue'
export { getBezierPath, getSmoothStepPath, getCenter as getEdgeCenter, getBezierCenter } from './components/Edges/utils'
export {