onNodeClick(e, node)}
>
{/**/}
{/**/}
{/**/}
{/**/}
{/**/}
handleChangeValue(e)} value={value} />
{
if (n.style?.background) return n.style.background;
if (n.type === 'input') return '#0041d0';
if (n.type === 'output') return '#ff0072';
if (n.type === 'default') return '#1a192b';
return '#eee';
}}
nodeColor={(n) => {
if (n.style?.background) return n.style.background;
return '#fff';
}}
nodeBorderRadius={2}
/>
);
};
export default connect()(OverviewFlow)
// export default () => (
//