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) 254 B
/** shared constants -- keep in separate files for better tree-shaking and dependency injection */ export declare const DEFAULT_ID = "nth"; export declare const LIGHT = "light"; export declare const DARK = "dark"; export declare const SYSTEM = "system";