UNPKG

react18-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.

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