API Reference

PrevMonthButtonProps

interface

Full props for the PrevMonthButton component.

Defined in package/src/types.ts:559

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

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