Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/react-day-picker.ts>NavigationContext

Deno-powered framework for building business web apps
Go to Latest
variable NavigationContext
import { NavigationContext } from "https://deno.land/x/netzo@0.3.91/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>