@lion/calendar
Version:
Standalone calendar
10 lines (9 loc) • 313 B
TypeScript
/**
*
* @param {import('../../types/day').Day} day
* @param {{ weekdays: string[], monthsLabels?: string[] }} opts
*/
export function dayTemplate(day: import('../../types/day').Day, { weekdays, monthsLabels }: {
weekdays: string[];
monthsLabels?: string[];
}): import("@lion/core").TemplateResult<1>;