function useDayRenderimport { useDayRender } from "https://deno.land/x/netzo@0.3.66/deps/react-day-picker.ts"; useDayRender(day: Date,displayMonth: Date,buttonRef: React$1.RefObject<HTMLButtonElement>,): DayRenderReturn props and data used to render the Day component. Return props and data used to render the Day component. Use this hook when creating a component to replace the built-in Day component. Parametersday: DatedisplayMonth: DatebuttonRef: React$1.RefObject<HTMLButtonElement>ReturnsDayRender