UNPKG

@xyflow/react

Version:

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

10 lines 345 B
type MarkerDefinitionsProps = { defaultColor: string; rfId?: string; }; declare const _default: import("react").MemoExoticComponent<{ ({ defaultColor, rfId }: MarkerDefinitionsProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }>; export default _default; //# sourceMappingURL=MarkerDefinitions.d.ts.map