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 460 B
declare type Options = { dateRange: [Date, Date]; locale: typeof import('date-fns/locale/en'); template?: string; template2?: string; includeDayIfSame?: boolean; }; export declare const getFormattedComponentsForDateRange: ({ dateRange, locale, template, template2, includeDayIfSame, }: Options) => string[]; export declare const getTextForDateRange: (options: Options) => string; export {}; //# sourceMappingURL=getTextForDateRange.d.ts.map