UNPKG

react-simple-arrows

Version:

react components which make it simple to draw svg arrows in a react app

8 lines (7 loc) 212 B
/// <reference types="react" /> export declare const ArrowHeadMarkerSvg: ({ id, length, width, color }: { id: string; length: number; width: number; color?: string | undefined; }) => JSX.Element;