UNPKG

react-day-picker

Version:

Customizable Date Picker for React

10 lines (9 loc) 319 B
import React, { type HTMLAttributes } from "react"; /** * Component wrapping the footer. * * @group Components * @see https://daypicker.dev/guides/custom-components */ export declare function Footer(props: HTMLAttributes<HTMLDivElement>): React.JSX.Element; export type FooterProps = Parameters<typeof Footer>[0];