@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
6 lines (5 loc) • 353 B
TypeScript
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";