import './scss/ux-select.scss' import { triggerChange, triggerInput } from './utils/events' import { UxSelectParams, UxSelectOptions, UxSelectConfig, UxSelectLocalization, UxSelectState } from './types' /** * @class * @classdesc Creating a custom select element with support for grouping, searching, and other features. * @param {HTMLSelectElement} element - The original HTML