UNPKG

@difizen/ai-flow

Version:

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

4 lines (3 loc) 171 B
import type { NodeType } from "../../../interfaces/flow"; declare const StartNode: (props: NodeType) => import("react/jsx-runtime").JSX.Element; export default StartNode;