UNPKG

react-timeline-scheduler

Version:

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

5 lines (4 loc) 313 B
import { TimelineScheduler } from './components/templates'; import { Coordination, ProductionTask, TableDateRange, WeeklyPlanConfig, WeeklyPlanConfigStyles } from './types'; export type { Coordination, ProductionTask, TableDateRange, WeeklyPlanConfig, WeeklyPlanConfigStyles, }; export default TimelineScheduler;