UNPKG

tasmota-esp-web-tools

Version:
10 lines (9 loc) 284 B
import { FormfieldBase } from "@material/mwc-formfield/mwc-formfield-base"; declare global { interface HTMLElementTagNameMap { "ewt-formfield": EwtFormfield; } } export declare class EwtFormfield extends FormfieldBase { static styles: import("lit").CSSResult[]; }