Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit e0255be

Browse files
author
kfujita
committed
Fixed README.md
1 parent c9672e0 commit e0255be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,16 @@ ariaLabels | **Object | {} | inserts aria-label to inner elements
157157
```js
158158
{
159159
// The key of dateInput should be same as key in range.
160-
dateInput: objectOf(
161-
shape({
160+
dateInput: PropTypes.objectOf(
161+
PropTypes.shape({
162162
startDate: PropTypes.string,
163163
endDate: PropTypes.string
164164
})
165165
),
166-
monthPicker: string,
167-
yearPicker: string,
168-
prevButton: string,
169-
nextButton: string,
166+
monthPicker: PropTypes.string,
167+
yearPicker: PropTypes.string,
168+
prevButton: PropTypes.string,
169+
nextButton: PropTypes.string,
170170
}
171171
```
172172
#### Infinite Scrolled Mode

0 commit comments

Comments
 (0)