UNPKG

@rehookify/datepicker

Version:

The ultimate tool to create a date, range and time picker in your React applications.

3 lines 213 B
import type { DPCalendar, DPConfig } from '../types'; export declare var createWeekdays: ({ days }: DPCalendar, { locale: { locale, weekday } }: DPConfig) => string[]; //# sourceMappingURL=create-weekdays.d.ts.map