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
/
Node
/
AgentNode
/
panel.d.ts
3 lines
(2 loc)
•
153 B
TypeScript
View Raw
1
2
3
import
type
{
NodeType
}
from
"../../../interfaces/flow"
;
export
declare
const
AgentPanel
:
(
props
:
NodeType
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;