UNPKG

257 BTypeScriptView Raw
1import React from "react";
2import type { DayPickerProps } from "./types/index.js";
3/**
4 * Render the date picker calendar.
5 *
6 * @group DayPicker
7 * @see https://daypicker.dev
8 */
9export declare function DayPicker(props: DayPickerProps): React.JSX.Element;