Files
2025-09-19 14:25:20 +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];