type alias DayFocusEventHandlerimport { type DayFocusEventHandler } from "https://deno.land/x/netzo@0.5.63/deps/react-day-picker.ts"; The event handler when a day is focused. definition: (day: Date,activeModifiers: ActiveModifiers,e: FocusEvent | KeyboardEvent,) => void