UNPKG

react-day-picker

Version:

Customizable Date Picker for React

10 lines (9 loc) 308 B
import React from "react"; /** * Render the button elements in the calendar. * * @group Components * @see https://daypicker.dev/guides/custom-components */ export declare function Button(props: JSX.IntrinsicElements["button"]): React.JSX.Element; export type ButtonProps = Parameters<typeof Button>[0];