UNPKG

@appannie/react-infinite-calendar

Version:

Infinite scrolling date-picker built with React, with localization, themes, keyboard support, and more.

17 lines (13 loc) 352 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var defaultLocale = { blank: 'Select a date...', headerFormat: 'EEE, MMM do', monthLabelFormat: 'MMM yyyy', todayLabel: { "long": 'Today' }, weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], weekStartsOn: 0 }; exports.default = defaultLocale;