diff --git a/packages/react/src/types/edges.ts b/packages/react/src/types/edges.ts index caaea501..c2463e25 100644 --- a/packages/react/src/types/edges.ts +++ b/packages/react/src/types/edges.ts @@ -190,8 +190,7 @@ export type StepEdgeProps = EdgeComponentWithPathOptions; * StraightEdge component props * @public */ -export type StraightEdgeProps = SVGAttributes & - Omit; +export type StraightEdgeProps = Omit; /** * SimpleBezier component props