UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines 295 B
"use client"; export { useMonthpicker } from "./hooks/useMonthPicker.js"; export { default as MonthPicker } from "./MonthPicker.js"; export { MonthPickerStandalone, } from "./parts/MonthPicker.Standalone.js"; export { MonthPickerInput } from "../Date.Input.js"; //# sourceMappingURL=index.js.map