UNPKG

@wener/console

Version:

Base console UI toolkit

8 lines (7 loc) 183 B
export function getTheme() { if (typeof window === 'undefined') { return 'system'; } return localStorage.theme || 'system'; } //# sourceMappingURL=getTheme.js.map