const flowConfig = { router: { name: 'orth', args: { offset: 32, min: 16, direction: undefined, } }, connector: { name: 'normal' }, line: { strokeWidth: 2, stroke: '#5f95ff', strokeDasharray: 0, style: { animation: 'ant-line 0s infinite linear', }, sourceMarker: null, targetMarker: { name: "block", width: 12, height: 8, }, }, outline: { stroke: '#456d89', strokeWidth: 7, }, } export default flowConfig