ui-lit
Version:
UI Elements on LIT
3 lines (2 loc) • 334 B
TypeScript
export declare const checkboxCSSVarsNames: Record<"border" | "background" | "checkmarkColor" | "shadowHover" | "switcherShadow" | "switcherControlBackground" | "switcherControlShadow" | "switcherOnBackground" | "switcherOffBackground", import("lit").CSSResultOrNative>;
export declare const checkboxStyles: import("lit").CSSResult;