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.

6 lines (5 loc) 132 B
/** Force theme on a page */ export declare const ForceTheme: (props: { theme: string; targetSelector?: string; }) => null;