UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

10 lines (9 loc) 371 B
"use client"; export { useMonthpicker, type MonthValidationT } from "./hooks/useMonthPicker"; export { default as MonthPicker } from "./MonthPicker"; export type { MonthPickerProps } from "./MonthPicker.types"; export { MonthPickerStandalone, type MonthPickerStandaloneProps, } from "./parts/MonthPicker.Standalone"; export { MonthPickerInput } from "../Date.Input";