UNPKG

react-archer

Version:

Draw arrows between DOM elements in React

6 lines (5 loc) 184 B
import { AnchorPositionType } from '../types'; export declare function computeArrowDirectionVector(anchorOrientation: AnchorPositionType): { arrowX: number; arrowY: number; };