react-day-picker
Version: 
Customizable Date Picker for React
13 lines • 350 B
JavaScript
/**
 * The ARIA label for next month button.
 *
 * @defaultValue `"Go to the Next Month"`
 * @group Labels
 * @see https://daypicker.dev/docs/translation#aria-labels
 */
export function labelNext(
/** Undefined where there's no next month no navigate to. */
month, options) {
    return "Go to the Next Month";
}
//# sourceMappingURL=labelNext.js.map