UNPKG

react-modern-gantt

Version:

A modern, customizable Gantt chart component for React applications

8 lines (7 loc) 224 B
import React from "react"; import { TaskItemProps } from "@/types"; /** * TaskItem Component - Renders an individual task bar in the Gantt chart */ declare const TaskItem: React.FC<TaskItemProps>; export default TaskItem;