UNPKG

@difizen/ai-flow

Version:

Scalable, out-of-the-box, agent-oriented flow

6 lines (5 loc) 196 B
import { NodeType } from "../../interfaces/flow"; export declare const NodeConfigPanel: (props: { node: NodeType; className?: string; }) => import("react/jsx-runtime").JSX.Element | null;