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
/
FlowController
/
default.js
7 lines
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
Controls
}
from
'@xyflow/react'
;
import
{ jsx
as
_jsx }
from
"react/jsx-runtime"
;
export
var
DefaultController
=
function
DefaultController
(
) {
return
/*#__PURE__*/
_jsx
(
Controls
, {
orientation
:
'horizontal'
}); };