UNPKG

reactflow-velocity

Version:

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

3 lines 237 B
import { type NodeProps } from '@xyflow/system'; export declare function DefaultNode({ data, isConnectable, targetPosition, sourcePosition, }: NodeProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DefaultNode.d.ts.map