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

17 lines 865 B
export default class CorpusChristiInput extends SelectInput { /** * Constructor for the CorpusChristiInput class. * * @param {string|Intl.Locale|null} locale - The locale to use for the Corpus Christi input. * The locale should be a valid string that can be parsed by the * Intl.getCanonicalLocales function or an instance of Intl.Locale. * If the locale string contains an underscore, the underscore will be replaced * with a hyphen. * * @throws {Error} If the locale is invalid. */ constructor(locale?: string | Intl.Locale | null); #private; } import SelectInput from "./SelectInput.js"; //# sourceMappingURL=CorpusChristiInput.d.ts.map