Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias DayLabel
import { type DayLabel } from "https://deno.land/x/netzo@0.3.66/deps/react-day-picker.ts";

Return the ARIA label for the Day component.

definition: (
day: Date,
activeModifiers: ActiveModifiers,
options?: { locale?: Locale$1; },
) => string