@material/web
Version:
Material web components
11 lines (10 loc) • 305 B
TypeScript
/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import '../../field/outlined-field.js';
import { Select } from './select.js';
export declare abstract class OutlinedSelect extends Select {
protected readonly fieldTag: import("lit-html/static.js").StaticValue;
}