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

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

Deno-powered framework for building business web apps
Go to Latest
interface UseInputValue
import { type UseInputValue } from "https://deno.land/x/netzo@0.3.91/deps/react-day-picker.ts";

Represent the value returned by useInput.

Properties

dayPickerProps: InputDayPickerProps

The props to pass to a DayPicker component.

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.