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

17 lines (16 loc) 326 B
export default App; declare class App extends React.Component<any, any, any> { constructor(props: any); data: { id: number; start: Date; end: Date; name: string; }[]; links: { id: number; start: number; end: number; }[]; } import React from "react";