UNPKG

@wamra/gantt-task-react

Version:
6 lines (5 loc) 279 B
import { ChildByLevelMap, RootMapByLevel, TaskOrEmpty } from "../types/public-types"; /** * @param tasks List of tasks */ export declare const getChildsAndRoots: (tasks: readonly TaskOrEmpty[], checkIsRoot: (task: TaskOrEmpty) => boolean) => [ChildByLevelMap, RootMapByLevel];