UNPKG

esp-web-tools

Version:
10 lines (9 loc) 290 B
import { ListItemEl as ListItem } from "@material/web/list/internal/listitem/list-item.js"; declare global { interface HTMLElementTagNameMap { "ew-list-item": EwListItem; } } export declare class EwListItem extends ListItem { static styles: import("lit").CSSResult[]; }