export type BrowserPrefers = 'dark' | 'light';
export type ThemeAppearance = 'dark' | 'light' | string;
export type ThemeMode = 'auto' | 'dark' | 'light';
