@nmorph/nmorph-ui-kit 0.2.103 → 0.2.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,4 +7,5 @@ export declare const hasAnyRangeDateInPrevMonth: (currentDate: Date, prevMonthRa
|
|
|
7
7
|
export declare const hasAnyRangeDateInNextMonth: (currentDate: Date, nextMonthRange: Date) => boolean;
|
|
8
8
|
export declare const isTodayInMonthRange: (range: NmorphCalendarRangeType) => boolean;
|
|
9
9
|
export declare const getMonthName: (monthIndex: number) => string;
|
|
10
|
+
export declare const resetTimeToZero: (date: Date) => Date;
|
|
10
11
|
export declare const getMonthDaysByWeek: (selectedDate: Ref<Date>, range: NmorphCalendarRangeType | undefined) => NmorphCalendarDatesType[];
|