Represents the theme mode for the application.
Possible values:
export type ThemeMode = "dark" | "light" | "system"; Copy
export type ThemeMode = "dark" | "light" | "system";
Represents the theme mode for the application.
Possible values: