stdproject/frontend/node_modules/element-plus/lib/constants/date.d.ts
2025-05-30 13:43:31 +08:00

4 lines
326 B
TypeScript

export declare const datePickTypes: readonly ["year", "years", "month", "months", "date", "dates", "week", "datetime", "datetimerange", "daterange", "monthrange", "yearrange"];
export declare const WEEK_DAYS: readonly ["sun", "mon", "tue", "wed", "thu", "fri", "sat"];
export type DatePickType = typeof datePickTypes[number];