UNPKG

154 BTypeScriptView Raw
1import React from "react";
2import { type DayPickerProps } from "./index.js";
3export declare function DayPicker(props: DayPickerProps): React.JSX.Element;