@matthewgapp/solidjs-flow
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
7 lines • 383 B
TypeScript
import type { ResizeControlProps, ResizeControlLineProps } from './types';
import { JSX } from 'solid-js';
declare function ResizeControl(_p: ResizeControlProps): JSX.Element;
export declare function ResizeControlLine(props: ResizeControlLineProps): JSX.Element;
export declare const NodeResizeControl: typeof ResizeControl;
export {};
//# sourceMappingURL=NodeResizeControl.d.ts.map