UNPKG

336 BTypeScriptView Raw
1import { type DateLib } from "../classes/DateLib.js";
2/**
3 * Format the month number for the dropdown option label.
4 *
5 * @defaultValue The localized month name
6 * @group Formatters
7 * @see https://daypicker.dev/docs/translation#custom-formatters
8 */
9export declare function formatMonthDropdown(month: Date, dateLib?: DateLib): string;