UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 154 B
import React from "react"; import { type DayPickerProps } from "./index.js"; export declare function DayPicker(props: DayPickerProps): React.JSX.Element;