API Reference

WeekCountProps

interface

Full props for the WeeksView.WeekCount component.

Defined in package/src/weeks-navigation.tsx:48

Renders as <span> by default. Use the render prop to override.

PropTypeDefaultDescription
renderReactElement | ((props: HTMLProps<span>, state: WeekCountState) => ReactElement)Custom render function or element. Receives HTML props for <span> and component state.