chore(svelte): cleanup edge types

This commit is contained in:
moklick
2023-06-08 12:25:33 +02:00
parent f73aee9b06
commit 8b0c8a7ec3

View File

@@ -48,8 +48,6 @@ export type EdgeLayouted = Omit<Edge, 'sourceHandle' | 'targetHandle'> & {
targetPosition: Position;
sourceHandleId?: string;
targetHandleId?: string;
markerStart?: string;
markerEnd?: string;
};
export type EdgeProps = Pick<