UNPKG

@matthewgapp/solidjs-flow

Version:

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

8 lines 290 B
import type { PanelPosition, ProOptions } from '@xyflow/system'; type AttributionProps = { proOptions?: ProOptions; position?: PanelPosition; }; export declare function Attribution(_p: AttributionProps): import("solid-js").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map