API Reference
NextMonthButtonProps
interfaceFull props for the NextMonthButton component.
Defined in package/src/types.ts:562
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. |