Files
Project_Velocity/app/node_modules/react-day-picker/dist/esm/components/Footer.d.ts

10 lines
323 B
TypeScript

import React, { type HTMLAttributes } from "react";
/**
* Render the footer of the calendar.
*
* @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];