API Reference
WeekCountProps
interfaceFull 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.
| Prop | Type | Default | Description |
|---|---|---|---|
| render | ReactElement | ((props: HTMLProps<span>, state: WeekCountState) => ReactElement) | — | Custom render function or element. Receives HTML props for <span> and component state. |