UNPKG

@thetechcompany/react-flow-renderer

Version:

``` npm install react-flow-renderer ```

8 lines (7 loc) 594 B
import React, { ComponentType } from 'react'; import { EdgeProps, WrapEdgeProps } from '../../types'; declare const _default: (EdgeComponent: ComponentType<EdgeProps>) => React.MemoExoticComponent<{ ({ id, className, type, data, onClick, selected, animated, label, labelStyle, labelShowBg, labelBgStyle, labelBgPadding, labelBgBorderRadius, style, arrowHeadType, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, elementsSelectable, markerEndId, isHidden, }: WrapEdgeProps): JSX.Element | null; displayName: string; }>; export default _default;