UNPKG

@wamra/gantt-task-react

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