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

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

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

The props for the DayPickerProvider.

Properties

initialProps: DayPickerProps

The initial props from the DayPicker component.

optional
children: ReactNode