UNPKG

esp-web-tools

Version:
10 lines (9 loc) 241 B
import { List } from "@material/web/list/internal/list.js"; declare global { interface HTMLElementTagNameMap { "ew-list": EwList; } } export declare class EwList extends List { static styles: import("lit").CSSResult[]; }