UNPKG

@difizen/ai-flow

Version:

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

12 lines (11 loc) 329 B
import type { NodeDataType } from "../../interfaces/flow"; interface NodesPanelProps { /** * @title 模板节点配置 */ className?: string; nodes: NodeDataType[]; allowSearch?: boolean; } export declare const NodesPanel: (props: NodesPanelProps) => import("react/jsx-runtime").JSX.Element; export {};