@matthewgapp/solidjs-flow
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
12 lines • 368 B
TypeScript
import type { Node, Edge } from '../../types';
import { ParentProps } from 'solid-js';
export declare function Wrapper(p: ParentProps<{
nodes?: Node[];
edges?: Edge[];
defaultNodes?: Node[];
defaultEdges?: Edge[];
width?: number;
height?: number;
fitView?: boolean;
}>): import("solid-js").JSX.Element;
//# sourceMappingURL=Wrapper.d.ts.map