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)

13 lines 497 B
import React from 'react'; import { CellInfo, DateRange } from '../types'; export declare const Cell: React.NamedExoticComponent<{ timeIndex: number; classes: import("../styles/styles.module.scss").Styles; getDateRangeForVisualGrid(cell: CellInfo): DateRange[]; children?(options: { start: Date; isHourStart: boolean; }): React.ReactNode; onClick?: ((event: React.MouseEvent<Element, MouseEvent>) => void) | undefined; }>; //# sourceMappingURL=Cell.d.ts.map