UNPKG

@wamra/gantt-task-react

Version:
3 lines (2 loc) 203 B
import { Task, TaskMapByLevel, TaskOrEmpty } from "../types/public-types"; export declare const checkIsDescendant: (maybeParent: Task, maybeDescendant: TaskOrEmpty, tasksMap: TaskMapByLevel) => boolean;