UNPKG

337 BTypeScriptView Raw
1import React from "react";
2/**
3 * Render the column header for the week numbers.
4 *
5 * @group Components
6 * @see https://daypicker.dev/guides/custom-components
7 */
8export declare function WeekNumberHeader(props: JSX.IntrinsicElements["th"]): React.JSX.Element;
9export type WeekNumberHeaderProps = Parameters<typeof WeekNumberHeader>[0];