5 lines
269 B
TypeScript
5 lines
269 B
TypeScript
import React from 'react';
|
|
import { EdgeProps } from '../../types';
|
|
declare const _default: React.MemoExoticComponent<({ sourceX, sourceY, targetX, targetY, label, labelStyle, labelShowBg, labelBgStyle, style }: EdgeProps) => JSX.Element>;
|
|
export default _default;
|