UNPKG

frappe-gantt-react

Version:

It's a React Component, a Wrapper for the awesome [Gantt chart library](https://github.com/frappe/gantt) from Frappé

11 lines (10 loc) 244 B
import React from "react"; import { ViewMode } from "./ViewMode"; declare class App extends React.Component<any, any> { state: { mode: ViewMode; }; componentDidMount(): void; render(): JSX.Element; } export default App;