Types are not match to documentation
indapublic opened this issue · 0 comments
indapublic commented
/**
* Change Month row height
*
* @type {number}
* @memberof CalendarProps
*/
monthHeight: number;
/**
* Number of months to render
*
* @type {number}
* @memberof CalendarProps
*/
numberOfMonths: number;
According to documentation, those properties are not required