UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

4 lines (3 loc) 271 B
export { useMonthpicker, type MonthValidationT } from "./hooks/useMonthPicker.js"; export { default as MonthPicker, MonthPickerStandalone, MonthPickerInput, } from "./MonthPicker.js"; export type { MonthPickerProps, MonthPickerStandaloneProps, } from "./MonthPicker.js";