UNPKG

@chamn/engine

Version:
5 lines (4 loc) 277 B
import { TLogicRunCodeItem } from '@chamn/model'; import { NodeProps, Node } from '@xyflow/react'; export type TRunCodeNode = Node<TLogicRunCodeItem, 'RunCodeNode'>; export declare const RunCodeNode: (props: NodeProps<TRunCodeNode>) => import("react/jsx-runtime").JSX.Element;