reactflow-velocity
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
9 lines • 500 B
TypeScript
import { HTMLAttributes } from 'react';
import { type HandleProps } from '@xyflow/system';
export interface HandleComponentProps extends HandleProps, Omit<HTMLAttributes<HTMLDivElement>, 'id'> {
}
/**
* The Handle component is the part of a node that can be used to connect nodes.
*/
export declare const Handle: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<HandleComponentProps & import("react").RefAttributes<HTMLDivElement>>>;
//# sourceMappingURL=index.d.ts.map