UNPKG

@wener/console

Version:

Base console UI toolkit

8 lines (7 loc) 271 B
export function setElementThemeAttribute(theme, el = typeof document === 'undefined' ? undefined : document.documentElement) { if (!theme || !el) { return; } el.setAttribute('data-theme', theme); } //# sourceMappingURL=setElementThemeAttribute.js.map