UNPKG

react-timeline-scheduler

Version:

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

9 lines (8 loc) 273 B
type Props = { cellWidthPX: number; cellHeightPX: number; rowIndex: number; borderColor: string; }; declare function EmptyCell({ cellHeightPX, cellWidthPX, rowIndex, borderColor, }: Props): import("react/jsx-runtime").JSX.Element; export default EmptyCell;