UNPKG

@wamra/gantt-task-react

Version:
10 lines (9 loc) 196 B
import React from "react"; type RelationLineProps = { x1: number; x2: number; y1: number; y2: number; }; export declare const RelationLine: React.FC<RelationLineProps>; export {};