GasWell-front/node_modules/element-plus/es/constants/date.mjs

27 lines
337 B
JavaScript
Raw Normal View History

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