UNPKG

319 BTypeScriptView Raw
1import React from "react";
2/**
3 * Render the label in the month caption.
4 *
5 * @group Components
6 * @see https://daypicker.dev/guides/custom-components
7 */
8export declare function CaptionLabel(props: JSX.IntrinsicElements["span"]): React.JSX.Element;
9export type CaptionLabelProps = Parameters<typeof CaptionLabel>[0];