UNPKG

tasmota-esp-web-tools

Version:
10 lines (9 loc) 269 B
import { Checkbox } from "@material/web/checkbox/internal/checkbox.js"; export declare class EwCheckbox extends Checkbox { static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { "ew-checkbox": EwCheckbox; } }