@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
9 lines • 544 B
TypeScript
import { MarkerType, type EdgeMarker } from '@xyflow/system';
type SymbolProps = Omit<EdgeMarker, 'type'>;
export declare const MarkerSymbols: {
arrow: ({ color, strokeWidth }: SymbolProps) => import("react/jsx-runtime").JSX.Element;
arrowclosed: ({ color, strokeWidth }: SymbolProps) => import("react/jsx-runtime").JSX.Element;
};
export declare function useMarkerSymbol(type: MarkerType): (({ color, strokeWidth }: SymbolProps) => import("react/jsx-runtime").JSX.Element) | null;
export {};
//# sourceMappingURL=MarkerSymbols.d.ts.map