UNPKG

react-day-picker

Version:

Customizable Date Picker for React

11 lines (10 loc) 316 B
/** * The ARIA label for previous month button. * * @defaultValue `"Go to the Previous Month"` * @group Labels * @see https://daypicker.dev/docs/translation#aria-labels */ export declare function labelPrevious( /** Undefined where there's no previous month to navigate to. */ month: Date | undefined): string;