feat(edges): add pointerRadius prop to edges

This commit is contained in:
braks
2022-11-13 08:42:06 +01:00
committed by Braks
parent c8c9daffb7
commit a4fd0ebda4
9 changed files with 32 additions and 1 deletions
@@ -22,6 +22,7 @@ StepEdge.props = [
'markerEnd',
'markerStart',
'style',
'pointerRadius',
]
StepEdge.inheritAttrs = false