API Reference

WeekTemplateProps

interface

Full props for the WeekTemplate component.

Defined in package/src/types.ts:636

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

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