UNPKG

tasmota-esp-web-tools

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