UNPKG

211 BPlain TextView Raw
1/**
2 * Format the week number header.
3 *
4 * @defaultValue `""`
5 * @group Formatters
6 * @see https://daypicker.dev/docs/translation#custom-formatters
7 */
8export function formatWeekNumberHeader() {
9 return ``;
10}