Files
prop-data-guard/frontend/node_modules/element-plus/es/constants/date.d.ts
T
2026-04-22 17:07:33 +08:00

6 lines
415 B
TypeScript

//#region ../../packages/constants/date.d.ts
declare const datePickTypes: readonly ["year", "years", "month", "months", "date", "dates", "week", "datetime", "datetimerange", "daterange", "monthrange", "yearrange"];
declare const WEEK_DAYS: readonly ["sun", "mon", "tue", "wed", "thu", "fri", "sat"];
type DatePickType = (typeof datePickTypes)[number];
//#endregion
export { DatePickType, WEEK_DAYS, datePickTypes };