UNPKG

color-calendar

Version:

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

5 lines (4 loc) 278 B
import type Calendar from "../../index"; import type { WeekdayDisplayType } from "../../types"; export declare function setWeekdayDisplayType(this: Calendar, weekdayDisplayType: WeekdayDisplayType): void; export declare function generateAndRenderWeekdays(this: Calendar): void;