UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

4 lines 584 B
import { __assign } from "tslib"; import { defaultCalendarStrings } from '../../Calendar'; export var defaultDatePickerStrings = __assign(__assign({}, defaultCalendarStrings), { prevMonthAriaLabel: 'Go to previous month', nextMonthAriaLabel: 'Go to next month', prevYearAriaLabel: 'Go to previous year', nextYearAriaLabel: 'Go to next year', closeButtonAriaLabel: 'Close date picker', isRequiredErrorMessage: 'Field is required', invalidInputErrorMessage: 'Invalid date format', isResetStatusMessage: 'Invalid entry "{0}", date reset to "{1}"' }); //# sourceMappingURL=defaults.js.map