/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {CSSResultOrNative} from 'lit'; import {customElement} from 'lit/decorators.js'; import {OutlinedSelect} from './internal/outlined-select.js'; import {styles} from './internal/outlined-select-styles.js'; import {styles as sharedStyles} from './internal/shared-styles.js'; declare global { interface HTMLElementTagNameMap { 'md-outlined-select': MdOutlinedSelect; } } /** * @summary * Select menus display a list of choices on temporary surfaces and display the * currently selected menu item above the menu. * * @description * The select component allows users to choose a value from a fixed list of * available options. Composed of an interactive anchor button and a menu, it is * analogous to the native HTML `