UNPKG

nextjs-themes

Version:

Unleash the Power of React Server Components! Use multiple themes on your site with confidence, without losing any advantages of React Server Components.

3 lines (2 loc) 120 B
export type ColorSchemeType = "" | "system" | "dark" | "light"; export type ResolvedColorSchemeType = "dark" | "light";