UNPKG

react-simple-arrows

Version:

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

9 lines (8 loc) 157 B
export interface Position { x: number; y: number; } export declare enum LineOrientation { HORIZONTAL = "HORIZONTAL", VERTICAL = "VERTICAL" }