Hi there I'm trying to set the markerEnd properties (width, height, color, type) on a BaseEdge but it says it only takes a string for the markerEnd property. According to the docs (found here) it says that the markerEnd and markerStart take a type string or a marker config. However in practice it's only allowing me to enter a string. Base Edge source code showing that it uses BaseEdgeProps. BaseEdgeProps source code that defines markerEnd as a string
Is there some other edge component I should be using that will allow me to set the marker end properties? Or is there some way to get the BaseEdge to accept the marker end properties?