fix(core,edges): correct edge component prop types

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-29 09:32:27 +01:00
committed by Braks
parent da9ec23188
commit 608f797527
9 changed files with 44 additions and 35 deletions
+5
View File
@@ -11,10 +11,15 @@ export { default as Panel } from './components/Panel/Panel.vue'
export {
StraightEdge,
StraightEdgeProps,
StepEdge,
StepEdgeProps,
BezierEdge,
BezierEdgeProps,
SimpleBezierEdge,
SimpleBezierEdgeProps,
SmoothStepEdge,
SmoothStepEdgeProps,
BaseEdge,
EdgeText,
EdgeLabelRenderer,