@wamra/gantt-task-react
Version:
Interactive Gantt Chart for React with TypeScript
3 lines (2 loc) • 354 B
TypeScript
import { ChildByLevelMap, CriticalPaths, DependencyMap, DependencyMargins, RootMapByLevel, TaskMapByLevel } from "../types/public-types";
export declare const getCriticalPath: (rootTasksMap: RootMapByLevel, childTasksMap: ChildByLevelMap, tasksMap: TaskMapByLevel, dependencyMarginsMap: DependencyMargins, dependencyMap: DependencyMap) => CriticalPaths;