UNPKG

@liturgical-calendar/components-js

Version:

Liturgical calendar components for javascript: an html select populated with liturgical calendars supported by the Liturgical Calendar API; form controls for parameters that are supported by the Liturgical Calendar API; a webcalendar; and liturgy of the d

11 lines 399 B
export default class DayInput extends NumberInput { /** * Updates the maximum day value based on the given month and year. * * @param {number} month - The month (1-12) * @param {number} year - The year (for leap year calculation) */ updateMaxDay(month: number, year: number): void; } import NumberInput from "./NumberInput.js"; //# sourceMappingURL=DayInput.d.ts.map