UNPKG

379 BTypeScriptView Raw
1import type { LabelOptions } from "../lib/dateLib.js";
2/**
3 * The ARIA label for next month button.
4 *
5 * @defaultValue `"Go to the Next Month"`
6 * @group Labels
7 * @see https://daypicker.dev/docs/translation#aria-labels
8 */
9export declare function labelNext(
10/** Undefined where there's no next month no navigate to. */
11month: Date | undefined, options?: LabelOptions): string;