UNPKG

269 BTypeScriptView Raw
1import { Checkbox } from "@material/web/checkbox/internal/checkbox.js";
2declare global {
3 interface HTMLElementTagNameMap {
4 "ew-checkbox": EwCheckbox;
5 }
6}
7export declare class EwCheckbox extends Checkbox {
8 static styles: import("lit").CSSResult[];
9}