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