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) • 113 B
export function coerceEsm<Module, CommonJs extends { default: Module; }>(module: Module & CommonJs): Module;