UNPKG

@wamra/gantt-task-react

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