reactflow-velocity
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
3 lines • 391 B
TypeScript
import type { NodeResizerProps } from './types';
export declare function NodeResizer({ nodeId, isVisible, handleClassName, handleStyle, lineClassName, lineStyle, color, minWidth, minHeight, maxWidth, maxHeight, keepAspectRatio, shouldResize, onResizeStart, onResize, onResizeEnd, }: NodeResizerProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=NodeResizer.d.ts.map