UNPKG

gantt-task-react-powern

Version:

Interactive Gantt Chart for React with TypeScript.

5 lines (4 loc) 270 B
export { Gantt } from "./components/gantt/gantt"; export { ViewMode } from "./types/public-types"; export type { GanttProps, Task, StylingOption, DisplayOption, EventOption, } from "./types/public-types"; export { getCriticalPaths } from "./components/gantt/gantt";