API Reference

MonthSeparator

component

Defined in package/src/month-separator.tsx:257

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

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