UNPKG

reactflow-velocity

Version:

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

7 lines 650 B
/// <reference types="react" /> import type { ResizeControlProps, ResizeControlLineProps } from './types'; declare function ResizeControl({ nodeId, position, variant, className, style, children, color, minWidth, minHeight, maxWidth, maxHeight, keepAspectRatio, shouldResize, onResizeStart, onResize, onResizeEnd, }: ResizeControlProps): import("react/jsx-runtime").JSX.Element; export declare function ResizeControlLine(props: ResizeControlLineProps): import("react/jsx-runtime").JSX.Element; export declare const NodeResizeControl: import("react").MemoExoticComponent<typeof ResizeControl>; export {}; //# sourceMappingURL=NodeResizeControl.d.ts.map