Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface SelectSingleContextValue
import { type SelectSingleContextValue } from "https://deno.land/x/netzo@0.5.14/deps/react-day-picker.ts";

Represents the value of a SelectSingleContext.

Properties

selected: Date | undefined

The day that has been selected.

optional
onDayClick: DayClickEventHandler

Event handler to attach to the day button to enable the single select.