UNPKG

react-timeline-scheduler

Version:

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

4 lines (3 loc) 173 B
import { default as React } from 'react'; import { TimelineSchedulerProps } from '../../../types'; export declare const TimelineScheduler: React.FC<TimelineSchedulerProps>;