UNPKG

react-timeline-scheduler

Version:

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

7 lines (6 loc) 211 B
type TaskLabelProps = { label: string; textStickyLeftPX?: number; }; export declare const TaskLabel: ({ label, textStickyLeftPX, }: TaskLabelProps) => import("react/jsx-runtime").JSX.Element; export {};