UNPKG

draw-curved-arrows

Version:

Draw a curved arrow from target to target through the canvas

12 lines (9 loc) 215 B
declare module "*.module.scss "; declare module "*.png"; declare interface Store { name: string; coodinate: number[]; movement: { [key in string]: number }; total: number; } declare type Stores = Store[];