UNPKG

@difizen/ai-flow

Version:

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

12 lines 398 B
import { memo } from 'react'; import React from 'react'; import { NodeWrapper } from "../NodeWrapper/index"; import { jsx as _jsx } from "react/jsx-runtime"; var EndNode = function EndNode(props) { // return <div className="bg-blue-300 w-10 h-10">hi</div>; return /*#__PURE__*/_jsx(NodeWrapper, { nodeProps: props, rightHandler: false }); }; export default /*#__PURE__*/memo(EndNode);