UNPKG

react-weekly-schedule

Version:

![Travis (.org)](https://img.shields.io/travis/remotelock/react-week-scheduler.svg) ![npm](https://img.shields.io/npm/v/@remotelock/react-week-scheduler.svg)

11 lines 356 B
import React from 'react'; import { CellInfo } from '../types'; import { ScheduleProps } from './Schedule'; export declare const RangeBox: React.NamedExoticComponent<ScheduleProps & { cellIndex: number; cellArray: CellInfo[]; className?: string | undefined; rangeIndex: number; cell: CellInfo; }>; //# sourceMappingURL=RangeBox.d.ts.map