UNPKG

@material/web

Version:
21 lines (20 loc) 414 B
/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { CSSResultOrNative } from 'lit'; import { Icon } from './internal/icon.js'; declare global { interface HTMLElementTagNameMap { 'md-icon': MdIcon; } } /** * @final * @suppress {visibility} */ export declare class MdIcon extends Icon { /** @nocollapse */ static styles: CSSResultOrNative[]; }