UNPKG

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