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

12 lines 463 B
export default class SelectInput extends Input { /** * Initializes a SelectInput instance as a select element. * * This constructor calls the parent Input class constructor, * specifying 'select' as the input element type. * @param {boolean} [multiple=false] - Whether the select input allows multiple selections. */ constructor(multiple?: boolean); } import Input from './Input.js'; //# sourceMappingURL=SelectInput.d.ts.map