UNPKG

@material/web

Version:
13 lines (12 loc) 308 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Field } from './field.js'; /** * An outlined field component. */ export declare class OutlinedField extends Field { protected renderOutline(floatingLabel: unknown): import("lit-html").TemplateResult<1>; }