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>UseInputValue

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

Represent the value returned by useInput.

Properties

dayPickerProps: InputDayPickerProps

The props to pass to a DayPicker component.

inputProps: InputProps

The props to pass to an input field.

reset: () => void

A function to reset to the initial state.

setSelected: (day: Date | undefined) => void

A function to set the selected day.