UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

3 lines 242 B
import { BuiltInNode, NodeProps } from '@xyflow/react'; export declare function OutputNode({ id, data, isConnectable, targetPosition }: NodeProps<BuiltInNode>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=OutputNode.d.ts.map