UNPKG

uinix-theme

Version:

Fully configurable framework-agnostic theme system (spec, theme, renderer, themed styles/keyframes/CSS variables) for building UIs. Your theme your rules 🤘.

4 lines (3 loc) • 119 B
export function createCssVariable(key: string, options?: { namespace?: string | undefined; } | undefined): string;