interface ThemeState {
    c: ColorSchemePreference;
    s: "dark" | "light";
    t: string;
}

Properties

c s t

Properties

ColorSchemePreference

s: "dark" | "light"

SystemColorScheme

t: string

Theme