UNPKG

@matthewgapp/solidjs-flow

Version:

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

4 lines 230 B
import type { Node, NodeWrapperProps } from '../../types'; import { JSX } from 'solid-js'; export declare function NodeWrapper<NodeType extends Node>(p: NodeWrapperProps<NodeType>): JSX.Element; //# sourceMappingURL=index.d.ts.map