fix(types): edge pathOptions
This commit is contained in:
@@ -86,7 +86,8 @@ export type EdgeProps<T = any> = {
|
|||||||
targetHandleId?: string | null;
|
targetHandleId?: string | null;
|
||||||
markerStart?: string;
|
markerStart?: string;
|
||||||
markerEnd?: string;
|
markerEnd?: string;
|
||||||
pathOptions?: BezierPathOptions | SmoothStepPathOptions;
|
// @TODO: how can we get better types for pathOptions?
|
||||||
|
pathOptions?: any;
|
||||||
interactionWidth?: number;
|
interactionWidth?: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user