UNPKG

241 BTypeScriptView Raw
1import { List } from "@material/web/list/internal/list.js";
2declare global {
3 interface HTMLElementTagNameMap {
4 "ew-list": EwList;
5 }
6}
7export declare class EwList extends List {
8 static styles: import("lit").CSSResult[];
9}