UNPKG

@huynhduluong/gantt-task-react

Version:

Interactive Gantt Chart for React with TypeScript

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