UNPKG

@thetechcompany/react-gantt-timeline

Version:

[![npm](https://img.shields.io/npm/v/react-gantt-timeline.svg?style=flat-square)](http://npm.im/react-gantt-timeline) [![MIT License](https://img.shields.io/npm/l/react-list.svg?style=flat-square)](http://opensource.org/licenses/MIT) [![Travis](https://tr

37 lines (36 loc) 731 B
import { Component } from 'react'; declare class Link extends Component<any, any> { constructor(props: any); calcNormCoordinates: () => { cpt1: { x: number; y: number; }; cpt2: { x: number; y: number; }; }; calcSCoordinates: () => { cpt1: { x: any; y: any; }; cpt2: { x: any; y: any; }; cpt3: { x: number; y: any; }; cpt4: { x: number; y: any; }; }; getPath: (coords?: any) => string; onSelect: (e: any) => void; render(): JSX.Element; } export default Link;