UNPKG
@difizen/ai-flow
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Scalable, out-of-the-box, agent-oriented flow
@difizen/ai-flow
/
es
/
components
/
CustomEdge
/
costom-connection-line.d.ts
5 lines
(4 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
ConnectionLineComponentProps
}
from
'@xyflow/react'
;
import
React
from
'react'
;
declare
const
_default
:
React
.
MemoExoticComponent
<
(
{ fromX, fromY, toX, toY, }:
ConnectionLineComponentProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
>;
export
default
_default;