UNPKG

react-modern-gantt

Version:

A modern, customizable Gantt chart component for React applications

9 lines (8 loc) 264 B
import React from "react"; import { GanttChartProps } from "@/types"; /** * GanttChart Component with ViewMode support * A modern, customizable Gantt chart for project timelines */ declare const GanttChart: React.FC<GanttChartProps>; export default GanttChart;