UNPKG

@wamra/gantt-task-react

Version:
3 lines (2 loc) 263 B
import type { CheckTaskIdExistsAtLevel, GetCopiedTaskId, TaskOrEmpty } from "../types/public-types"; export declare const copyTasks: (tasks: readonly TaskOrEmpty[], getCopiedTaskId: GetCopiedTaskId, checkExistsAtLevel: CheckTaskIdExistsAtLevel) => TaskOrEmpty[];