UNPKG

gantt-task-react-v

Version:

Interactive Gantt Chart for React with TypeScript.

6 lines (5 loc) 201 B
import { RenderTask, TaskToGlobalIndexMap } from "../types"; /** * @param tasks List of tasks */ export declare const getMapTaskToGlobalIndex: (tasks: readonly RenderTask[]) => TaskToGlobalIndexMap;