import React from "react"; /** * Component wrapping the footer. * * @group Components * @see https://daypicker.dev/guides/custom-components */ export function Footer(props: JSX.IntrinsicElements["div"]) { return
; } export type FooterProps = Parameters