UNPKG

@material/web

Version:
14 lines (13 loc) 292 B
/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from 'lit'; /** * TODO(b/265340196): add docs */ export declare class Badge extends LitElement { value: string; protected render(): import("lit-html").TemplateResult<1>; }