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.

7 lines (6 loc) 207 B
import { ColorSchemeType } from "../../types"; /** Force color scheme on a page */ export declare const ForceColorScheme: (props: { colorScheme: ColorSchemeType; targetSelector?: string; }) => null;