UNPKG

@scuticode/shop-sdk

Version:

ScutiCode shop sdk

9 lines (8 loc) 275 B
import { LitElement } from 'lit'; export declare class IconsComponent extends LitElement { accessor type: string; accessor width: string; accessor height: string; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; }