@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
17 lines (16 loc) • 548 B
text/typescript
export { formatDateForInput } from "./format-date";
export {
INPUT_DATE_STRING_FORMAT_DATE,
INPUT_DATE_STRING_FORMAT_MONTH,
parseDate,
} from "./parse-date";
export { disableDate } from "./dates-disabled";
export {
dateIsInCurrentMonth,
isValidDate,
isDateOutsideRange,
} from "./check-dates";
export { isMatch, isDateInRange } from "./is-match";
export { clampDisplayMonth, clampDisplayYear } from "./clamp-dates";
export { getMonthOptions, getYearOptions } from "./dropdown-options";
export { calendarRange } from "./calendar-range";