UNPKG

react-timeline-scheduler

Version:

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

10 lines (9 loc) 309 B
type ExtendedTaskSectionProps = { percentage: number; extendedStyles: { borderColor: string; backgroundColor: string; }; }; export declare const ExtendedTaskSection: ({ percentage, extendedStyles, }: ExtendedTaskSectionProps) => import("react/jsx-runtime").JSX.Element; export {};