UNPKG

draw-curved-arrows

Version:

Draw a curved arrow from target to target through the canvas

11 lines (8 loc) 173 B
interface Store { name: string; coodinate: number[]; movement: { [key in string]: number }; total: number; } type Stores = Store[]; export type { Store, Stores };