UNPKG

tasmota-esp-web-tools

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