UNPKG

@material/web

Version:
14 lines (13 loc) 347 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import '../../field/filled-field.js'; import { TextField } from './text-field.js'; /** * A filled text field component. */ export declare class FilledTextField extends TextField { protected readonly fieldTag: import("lit-html/static.js").StaticValue; }