We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filterDate
1 parent 7f261af commit 9d14d8cCopy full SHA for 9d14d8c
src/components/calendar/calendar.js
@@ -137,6 +137,7 @@ const Calendar = ({
137
138
Calendar.propTypes = {
139
calendars: PropTypes.array.isRequired,
140
+ filterDate: PropTypes.func.isRequired,
141
getBackProps: PropTypes.func.isRequired,
142
getDateProps: PropTypes.func.isRequired,
143
getForwardProps: PropTypes.func.isRequired,
0 commit comments