@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
4 lines • 510 B
TypeScript
import { JSX } from 'react';
import type { Edge, EdgeWrapperProps } from '../../types';
export declare function EdgeWrapper<EdgeType extends Edge = Edge>({ id, edgesFocusable, edgesReconnectable, elementsSelectable, onClick, onDoubleClick, onContextMenu, onMouseEnter, onMouseMove, onMouseLeave, reconnectRadius, onReconnect, onReconnectStart, onReconnectEnd, rfId, edgeTypes, noPanClassName, onError, disableKeyboardA11y, }: EdgeWrapperProps<EdgeType>): JSX.Element | null;
//# sourceMappingURL=index.d.ts.map