UNPKG

moppium-react-flow-renderer

Version:

[![react-flow](https://user-images.githubusercontent.com/2857535/95224198-b2540000-07fa-11eb-832d-361d72d60345.jpg)](https://reactflow.dev)

8 lines (7 loc) 308 B
import React, { ComponentType } from 'react'; import { EdgeProps, WrapEdgeProps } from '../../types'; declare const _default: (EdgeComponent: ComponentType<EdgeProps>) => React.MemoExoticComponent<{ (props: WrapEdgeProps): JSX.Element | null; displayName: string; }>; export default _default;