UNPKG

@wamra/gantt-task-react

Version:
3 lines (2 loc) 164 B
import { TaskOrEmpty } from "../types/public-types"; export declare const getInitialClosedTasks: (tasks: readonly TaskOrEmpty[]) => Readonly<Record<string, true>>;