@fluentui/react
Version:
Reusable React components for building web experiences.
6 lines • 789 B
JavaScript
// NOTE: This is not a full re-export because date-time-utilities includes some additional stuff
// which is exported elsewhere, causes conflicts, or isn't needed.
export { addDays, addMonths, addWeeks, addYears, compareDatePart, compareDates, getDatePartHashValue, getDateRangeArray, getEndDateOfWeek, getMonthEnd, getMonthStart, getStartDateOfWeek, getWeekNumber, getWeekNumbersInMonth, getYearEnd, getYearStart, isInDateRangeArray, setMonth, } from '@fluentui/date-time-utilities/lib/dateMath/dateMath';
export { DAYS_IN_WEEK, DateRangeType, DayOfWeek, FirstWeekOfYear, MonthOfYear, } from '@fluentui/date-time-utilities/lib/dateValues/dateValues';
export { TimeConstants } from '@fluentui/date-time-utilities/lib/dateValues/timeConstants';
//# sourceMappingURL=DateTimeUtilities.js.map