UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

8 lines (7 loc) 171 B
/** * 获取每个月有多少天 * @param year 年份 * @param month 月份 * @returns */ export declare const getDayMonth: (year: number, month: number) => number;