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)

12 lines 370 B
import React from 'react'; import { ClassNames } from '../types'; export declare type EventContentProps = { width: number; height: number; classes: ClassNames; dateRange: [Date, Date]; isStart: boolean; isEnd: boolean; }; export declare const EventContent: React.NamedExoticComponent<EventContentProps>; //# sourceMappingURL=EventContent.d.ts.map