UNPKG

@wamra/gantt-task-react

Version:
3 lines (2 loc) 169 B
import { Task, TaskMapByLevel, TaskOrEmpty } from "../types/public-types"; export declare const collectParents: (task: TaskOrEmpty, tasksMap: TaskMapByLevel) => Task[];