@difizen/ai-flow
Version:
Scalable, out-of-the-box, agent-oriented flow
7 lines (6 loc) • 321 B
TypeScript
import type { EdgeProps } from '@xyflow/react';
export declare const EdgeColor: {
Default: string;
Selected: string;
};
export default function CustomEdge({ id, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, style, markerEnd, selected, }: EdgeProps): import("react/jsx-runtime").JSX.Element;