import React from "react";
/**
* Render the row with the weekday names.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function Weekdays(props: JSX.IntrinsicElements["tr"]) {
return (
);
}
export type WeekdaysProps = Parameters[0];