chore(svelte): cleanup edge types
This commit is contained in:
@@ -48,8 +48,6 @@ export type EdgeLayouted = Omit<Edge, 'sourceHandle' | 'targetHandle'> & {
|
|||||||
targetPosition: Position;
|
targetPosition: Position;
|
||||||
sourceHandleId?: string;
|
sourceHandleId?: string;
|
||||||
targetHandleId?: string;
|
targetHandleId?: string;
|
||||||
markerStart?: string;
|
|
||||||
markerEnd?: string;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export type EdgeProps = Pick<
|
export type EdgeProps = Pick<
|
||||||
|
|||||||
Reference in New Issue
Block a user