Skip to main content
Version: 8.10.1

Type alias: FocusContextValue

FocusContextValue: {"blur": () => void;"focus": (day) => void;"focusDayAfter": () => void;"focusDayBefore": () => void;"focusEndOfWeek": () => void;"focusMonthAfter": () => void;"focusMonthBefore": () => void;"focusStartOfWeek": () => void;"focusTarget": Date | undefined;"focusWeekAfter": () => void;"focusWeekBefore": () => void;"focusYearAfter": () => void;"focusYearBefore": () => void;"focusedDay": Date | undefined; }

Represents the value of the FocusContext.

Type declaration

Source

src/contexts/Focus/FocusContext.tsx:17