UNPKG

@matthewgapp/solidjs-flow

Version:

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

3 lines 201 B
import type { BuiltInNode, NodeProps } from '../../types/nodes'; export declare function OutputNode(_p: NodeProps<BuiltInNode>): import("solid-js").JSX.Element; //# sourceMappingURL=OutputNode.d.ts.map