UNPKG

443 BTypeScriptView Raw
1import { DateLib, type DateLibOptions } from "../classes/DateLib.js";
2import type { Modifiers } from "../types/index.js";
3/**
4 * The label for the day gridcell when the calendar is not interactive.
5 *
6 * @group Labels
7 * @see https://daypicker.dev/docs/translation#aria-labels
8 */
9export declare function labelGridcell(date: Date,
10/** The modifiers for the day. */
11modifiers?: Modifiers, options?: DateLibOptions, dateLib?: DateLib): string;