UNPKG

tasmota-esp-web-tools

Version:
11 lines (10 loc) 391 B
import { FilledTextField } from "@material/web/textfield/internal/filled-text-field.js"; export declare class EwFilledTextField extends FilledTextField { static styles: import("lit").CSSResult[]; protected readonly fieldTag: import("lit-html/static.js").StaticValue; } declare global { interface HTMLElementTagNameMap { "ew-filled-text-field": EwFilledTextField; } }