UNPKG

react-timeline-scheduler

Version:

A highly customizable timeline scheduler for managing production tasks in React applications.

3 lines (2 loc) 151 B
import { ProductionTask } from '../types'; export declare const generateGroupedTasks: (tasks: ProductionTask[]) => Record<string, ProductionTask[][]>;