react-day-picker
Version:
Customizable Date Picker for React
10 lines (9 loc) • 305 B
TypeScript
import React from "react";
/**
* Render the row with the weekday names.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export declare function Weekdays(props: JSX.IntrinsicElements["tr"]): React.JSX.Element;
export type WeekdaysProps = Parameters<typeof Weekdays>[0];