UNPKG

@nph.muller/next-runtime-env

Version:

Next.js Runtime Environment Configuration - Populates your environment at runtime rather than build time.

4 lines (3 loc) 167 B
/// <reference types="react" /> import { type ProcessEnv } from '../typings/process-env'; export declare const EnvContext: import("react").Context<ProcessEnv | null>;