Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface CaptionProps
import { type CaptionProps } from "https://deno.land/x/netzo@0.3.66/deps/react-day-picker.ts";

Represent the props of the Caption component.

Properties

optional
id: string

The ID for the heading element. Must be the same as the labelled-by in Table.

displayMonth: Date

The month where the caption is displayed.