UNPKG

color-calendar

Version:

A zero-dependency, customizable events calendar widget with themes and event colors.

6 lines (5 loc) 379 B
import type Calendar from "../../../index"; export declare function handleMonthPickerClick(this: Calendar, e: MouseEvent): void; export declare function updateMonthPickerSelection(this: Calendar, newMonthValue: number): void; export declare function updateMonthPickerTodaySelection(this: Calendar): void; export declare function removeMonthPickerSelection(this: Calendar): void;