UNPKG

@wamra/gantt-task-react

Version:
3 lines (2 loc) 165 B
import { TaskToRowIndexMap, Task } from "../types/public-types"; export declare const getTaskRowIndex: (task: Task, taskToRowIndexMap: TaskToRowIndexMap) => number;