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
/
Panel
/
nodeConfig.d.ts
6 lines
(5 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
NodeType
}
from
"../../interfaces/flow"
;
export
declare
const
NodeConfigPanel
:
(
props
: { node: NodeType; className?:
string
; }
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
|
null
;