react-day-picker
Version:
Customizable Date Picker for React
11 lines (10 loc) • 302 B
TypeScript
/**
* The ARIA label for next month button.
*
* @defaultValue `"Go to the Next Month"`
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
export declare function labelNext(
/** `undefined` where there's no next month to navigate to. */
month: Date | undefined): string;