UNPKG

bme-calendar

Version:

Developed for [Book My Event](https://evently-book.vercel.app/).

8 lines (7 loc) 217 B
import { Month } from '../types/types'; export declare function useCalendar(): { finalDaysArray: Month | undefined; currentMonthName: string; incrementMonth: () => void; decrementMonth: () => void; };