UNPKG

gantt-task-react-v

Version:

Interactive Gantt Chart for React with TypeScript.

3 lines (2 loc) 186 B
import type { ChildByLevelMap, RenderTask } from "../types"; export declare const getTasksWithDescendants: (parentTasks: RenderTask[], childByLevelMap: ChildByLevelMap) => RenderTask[];