UNPKG

@xyflow/react

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

3 lines 245 B
import type { BuiltInNode, NodeProps } from '../../types/nodes'; export declare function InputNode({ data, isConnectable, sourcePosition }: NodeProps<BuiltInNode>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=InputNode.d.ts.map