fix EdgeProps data type

This commit is contained in:
peterkogo
2025-05-26 10:19:59 +02:00
parent 0af2f2801d
commit 0920cc5139
-2
View File
@@ -85,8 +85,6 @@ export type EdgeProps<EdgeType extends Edge = Edge> = Omit<
'sourceHandle' | 'targetHandle'
> &
EdgePosition & {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
data?: any;
type: string;
markerStart?: string;
markerEnd?: string;