/** * 获取指定月份的天数 * * @param year 年 * @param month 月 */ export default function getDatesOfMonth(year: number, month: number): number;