jstd-web/node_modules/element-plus/lib/constants/date.d.ts

4 lines
311 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
export declare const datePickTypes: readonly ["year", "years", "month", "date", "dates", "week", "datetime", "datetimerange", "daterange", "monthrange"];
export declare const WEEK_DAYS: readonly ["sun", "mon", "tue", "wed", "thu", "fri", "sat"];
export declare type DatePickType = typeof datePickTypes[number];