first commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
//#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 };
|
||||
Reference in New Issue
Block a user