theme-vir
Version:
Create an entire web theme.
17 lines (16 loc) • 617 B
TypeScript
import { type ColorThemeColor } from '../color-theme.js';
/**
* Showcase a theme-vir color theme color.
*
* @category Internal
*/
export declare const ThemeVirColorExample: import("element-vir").DeclarativeElementDefinition<"theme-vir-color-example", {
color: Readonly<Pick<ColorThemeColor, "foreground" | "background">>;
showVarValues: boolean;
showVarNames: boolean;
showContrast: boolean;
}, {
previewElement: undefined | HTMLElement;
}, {
toggleShowVars: import("element-vir").DefineEvent<void>;
}, "theme-vir-color-example-no-contrast-tips", "theme-vir-color-example-", readonly []>;