UNPKG

@fluentui/react-northstar

Version:
3 lines (2 loc) 290 B
import { IRestrictedDatesOptions, ICalendarStrings } from '../../utils/date-time-utilities'; export declare const validateDate: (futureSelectedDate: Date, futureFormattedDate: string, calendarOptions: IRestrictedDatesOptions, dateFormatting: ICalendarStrings, required: boolean) => string;