UNPKG

react-modern-gantt

Version:

A modern, customizable Gantt chart component for React applications

6 lines (5 loc) 163 B
import { Task } from "@/types"; /** * Detects task overlaps and organizes them into rows */ export declare function detectTaskOverlaps(tasks: Task[]): Task[][];