UNPKG

@wamra/gantt-task-react

Version:
3 lines (2 loc) 173 B
import { ChildByLevelMap, TaskOrEmpty } from "../types/public-types"; export declare const checkHasChildren: (task: TaskOrEmpty, childTasksMap: ChildByLevelMap) => boolean;