UNPKG

@material/web

Version:
14 lines (13 loc) 355 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Field } from './field.js'; /** * A filled field component. */ export declare class FilledField extends Field { protected renderBackground(): import("lit-html").TemplateResult<1>; protected renderIndicator(): import("lit-html").TemplateResult<1>; }