UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

3 lines (2 loc) 270 B
import { Matcher } from "../Date.typeutils"; export declare const nextEnabled: (months: Date[], key: string, disabled: Matcher[], currentMonth: Date, setYearState: (date: Date) => void, yearState: Date, dropdownCaption: boolean, fromDate?: Date, toDate?: Date) => Date;