UNPKG

react-gantt-svg

Version:

A React Gantt chart component library

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