element-plus
Version:
A Component Library for Vue 3
27 lines (25 loc) • 337 B
JavaScript
const datePickTypes = [
"year",
"years",
"month",
"months",
"date",
"dates",
"week",
"datetime",
"datetimerange",
"daterange",
"monthrange",
"yearrange"
];
const WEEK_DAYS = [
"sun",
"mon",
"tue",
"wed",
"thu",
"fri",
"sat"
];
export { WEEK_DAYS, datePickTypes };
//# sourceMappingURL=date.mjs.map