1 | import { ListItemEl as ListItem } from "@material/web/list/internal/listitem/list-item.js";
|
2 | declare global {
|
3 | interface HTMLElementTagNameMap {
|
4 | "ew-list-item": EwListItem;
|
5 | }
|
6 | }
|
7 | export declare class EwListItem extends ListItem {
|
8 | static styles: import("lit").CSSResult[];
|
9 | }
|