UNPKG

@chamn/engine

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