# Interface: RowProps The props for the [Row](../functions/Row.md) component. ## Properties ### dates > **dates**: `Date`[] The days contained in the week. #### Source [src/components/Row.tsx:15](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Row.tsx#L15) *** ### displayMonth > **displayMonth**: `Date` The month where the row is displayed. #### Source [src/components/Row.tsx:11](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Row.tsx#L11) *** ### weekNumber > **weekNumber**: `number` The number of the week to render. #### Source [src/components/Row.tsx:13](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Row.tsx#L13)