@vaadin/vaadin-combo-box
Version:
Web Component for displaying a list of items with filtering
19 lines (16 loc) • 540 B
JavaScript
/**
* @license
* Copyright (c) 2000 - 2024 Vaadin Ltd.
*
* This program is available under Vaadin Commercial License and Service Terms.
*
*
* See https://vaadin.com/commercial-license-and-service-terms for the full
* license.
*/
import { ComboBoxLight } from '@vaadin/combo-box/src/vaadin-combo-box-light.js';
/**
* @deprecated Import `ComboBoxLight` from `@vaadin/combo-box/vaadin-combo-box-light` instead.
*/
export const ComboBoxLightElement = ComboBoxLight;
export * from '@vaadin/combo-box/src/vaadin-combo-box-light.js';