UNPKG

@wamra/gantt-task-react

Version:
3 lines (2 loc) 239 B
import { TaskOrEmpty, ChildOutOfParentWarnings, ChildByLevelMap } from "../types/public-types"; export declare const getChildOutOfParentWarnings: (tasks: readonly TaskOrEmpty[], childTasksMap: ChildByLevelMap) => ChildOutOfParentWarnings;