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