@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
10 lines (9 loc) • 371 B
text/typescript
"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";