UNPKG

@wener/console

Version:

Base console UI toolkit

8 lines (7 loc) 255 B
export function getPrefersColorSchema() { if (typeof window === 'undefined') { return 'light'; } return window?.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'; } //# sourceMappingURL=getPrefersColorSchema.js.map