Renders as <tr> by default. Use the render prop to override.
| Prop | Type | Default | Description |
|---|---|---|---|
| render | ReactElement | ((props: HTMLProps<tr>, state: MonthSeparatorState) => ReactElement) | — | Custom render function or element. Receives HTML props for <tr> and component state. |