UNPKG

@matthewgapp/solidjs-flow

Version:

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

9 lines 469 B
import { MarkerType, type EdgeMarker } from '@xyflow/system'; type SymbolProps = Omit<EdgeMarker, 'type'>; export declare const MarkerSymbols: { arrow: (_p: SymbolProps) => import("solid-js").JSX.Element; arrowclosed: (_p: SymbolProps) => import("solid-js").JSX.Element; }; export declare function useMarkerSymbol(type: () => MarkerType): () => ((_p: SymbolProps) => import("solid-js").JSX.Element) | null; export {}; //# sourceMappingURL=MarkerSymbols.d.ts.map