UNPKG

simple-nextjs-darkmode

Version:
10 lines (9 loc) 219 B
import "server-only"; /** * Get the current dark mode state * * ***WARNING***: Only call this function from the server * * @returns If dark mode is enabled */ export declare function getServerDarkMode(): boolean;