/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {html} from 'lit'; import {Field} from './field.js'; /** * An outlined field component. */ export class OutlinedField extends Field { protected override renderOutline(floatingLabel: unknown) { return html`