removed svg props from straight edge
This commit is contained in:
@@ -190,8 +190,7 @@ export type StepEdgeProps = EdgeComponentWithPathOptions<StepPathOptions>;
|
|||||||
* StraightEdge component props
|
* StraightEdge component props
|
||||||
* @public
|
* @public
|
||||||
*/
|
*/
|
||||||
export type StraightEdgeProps = SVGAttributes<SVGPathElement> &
|
export type StraightEdgeProps = Omit<EdgeComponentProps, 'sourcePosition' | 'targetPosition'>;
|
||||||
Omit<EdgeComponentProps, 'sourcePosition' | 'targetPosition'>;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SimpleBezier component props
|
* SimpleBezier component props
|
||||||
|
|||||||
Reference in New Issue
Block a user