import dayjs from 'dayjs'; export default function useYearMonth(day: dayjs.Dayjs): { start: dayjs.Dayjs; end: dayjs.Dayjs; };