UNPKG

@mopex/react-gantt-flow

Version:

A lightweight and high-performance React (TypeScript) based Gantt chart component.

10 lines 309 B
/** * @description Get dependencies arrow path * @param sx - Start x * @param sy - Start y * @param ex - End x * @param ey - End y * @returns Reversed S path */ export declare function getDependenciesArrowPath(sx: number, sy: number, ex: number, ey: number): string; //# sourceMappingURL=index.d.ts.map