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

The Navigation context shares details and methods to navigate the months in DayPicker. Access this context from the useNavigation hook.

type

React$1.Context<NavigationContextValue | undefined>