UNPKG

@material/web

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