jstd-web/node_modules/element-plus/es/constants/date.mjs

25 lines
310 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
const datePickTypes = [
"year",
"years",
"month",
"date",
"dates",
"week",
"datetime",
"datetimerange",
"daterange",
"monthrange"
];
const WEEK_DAYS = [
"sun",
"mon",
"tue",
"wed",
"thu",
"fri",
"sat"
];
export { WEEK_DAYS, datePickTypes };
//# sourceMappingURL=date.mjs.map