Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksei_Manetau authored and Aliaksei_Manetau committed Jan 12, 2022
1 parent af1f82b commit 3c56a90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const RangeDatePickerDoc = new DocBuilder<RangeDatePickerProps>({ name: 'RangeDa
})
.prop('renderDay', { examples: ctx => [{
name: 'Render custom day',
value: (day, onDayClick: (day: Dayjs) => void) => (
value: (day: any, onDayClick: (day: Dayjs) => void) => (
<Day
renderDayNumber={ getCustomDay }
value={ day }
Expand Down

0 comments on commit 3c56a90

Please sign in to comment.