UNPKG

277 BTypeScriptView Raw
1import { CheckboxBase } from "@material/mwc-checkbox/mwc-checkbox-base";
2declare global {
3 interface HTMLElementTagNameMap {
4 "ewt-checkbox": EwtCheckbox;
5 }
6}
7export declare class EwtCheckbox extends CheckboxBase {
8 static styles: import("lit").CSSResult[];
9}