UNPKG

@matthewgapp/solidjs-flow

Version:

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

9 lines 319 B
import type { ControlProps } from './types'; import { JSX } from 'solid-js'; declare function ControlsComponent(_p: ControlProps): JSX.Element; declare namespace ControlsComponent { var displayName: string; } export declare const Controls: typeof ControlsComponent; export {}; //# sourceMappingURL=Controls.d.ts.map