Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/react-day-picker.ts>CaptionProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface CaptionProps
import { type CaptionProps } from "https://deno.land/x/netzo@0.4.78/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.

optional
displayIndex: number | undefined

The index of the month where the caption is displayed. Older custom components may miss this prop.