color-calendar
Version:
A zero-dependency, customizable events calendar widget with themes and event colors.
8 lines (7 loc) • 498 B
TypeScript
import type Calendar from "../../index";
import type { MonthDisplayType } from "../../types";
export declare function setMonthDisplayType(this: Calendar, monthDisplayType: MonthDisplayType): void;
export declare function handleMonthYearDisplayClick(this: Calendar, e: MouseEvent): void;
export declare function handlePrevMonthButtonClick(this: Calendar): void;
export declare function handleNextMonthButtonClick(this: Calendar): void;
export declare function updateMonthYear(this: Calendar): void;