UNPKG

@chamn/engine

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