nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.

Home Page:https://vcalendar.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong type on DatePartsRuleFunction

DarkSavci opened this issue · comments

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