UNPKG

@difizen/magent-au

Version:
10 lines 299 B
import type { NodeDataType } from '@difizen/magent-flow'; type Props = { data: NodeDataType; selected: boolean; xPos: number; yPos: number; }; export declare const AgentNode: (props: Props) => import("react/jsx-runtime.js").JSX.Element; export {}; //# sourceMappingURL=agent.d.ts.map