UNPKG

@wamra/gantt-task-react

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