UNPKG

gantt-task-react-v

Version:

Interactive Gantt Chart for React with TypeScript.

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