| # Function: Footer() | |
| > **Footer**(`props`): `JSX.Element` | |
| Render the Footer component (empty as default). | |
| ## Parameters | |
| | Parameter | Type | | |
| | :------ | :------ | | |
| | `props` | [`FooterProps`](../interfaces/FooterProps.md) | | |
| ## Returns | |
| `JSX.Element` | |
| ## Source | |
| [src/components/Footer.tsx:9](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Footer.tsx#L9) | |