zarm
Version:
基于 React 的移动端UI库
13 lines (12 loc) • 365 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
weeks: ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT'],
months: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
yearMonthFormat: 'MMM YYYY',
weekStartsOn: 'Sunday'
};
exports.default = _default;
;