UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

12 lines (11 loc) 286 B
"use client"; export { useMonthpicker, type MonthValidationT } from "./hooks/useMonthPicker"; export { default as MonthPicker, MonthPickerStandalone, MonthPickerInput, } from "./MonthPicker"; export type { MonthPickerProps, MonthPickerStandaloneProps, } from "./MonthPicker";