UNPKG

302 BTypeScriptView Raw
1/**
2 * The ARIA label for next month button.
3 *
4 * @defaultValue `"Go to the Next Month"`
5 * @group Labels
6 * @see https://daypicker.dev/docs/translation#aria-labels
7 */
8export declare function labelNext(
9/** `undefined` where there's no next month to navigate to. */
10month: Date | undefined): string;