UNPKG

reaflow

Version:

Node-based Visualizations for React

8 lines (7 loc) 198 B
import { FC } from 'react'; export interface MarkerArrowProps { size?: number; style?: any; className?: string; } export declare const MarkerArrow: FC<Partial<MarkerArrowProps>>;