nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 840 forks source link

Wrong type on DatePartsRuleFunction #1457

Open DarkSavci opened 3 months ago

DarkSavci commented 3 months ago

type DatePartsRuleFunction = (part: number, parts: TimeParts) => boolean; should be type DatePartsRuleFunction = (part: number, parts: DateParts) => boolean; so we can acess the full types defined in docs