API Reference
WeekNumberHeaderProps
interfaceFull props for the WeekNumberHeader component.
Defined in package/src/types.ts:785
Renders as <th> by default. Use the render prop to override.
| Prop | Type | Default | Description |
|---|---|---|---|
| render | ReactElement | ((props: HTMLProps<th>, state: WeekNumberHeaderState) => ReactElement) | — | Custom render function or element. Receives HTML props for <th> and component state. |