UNPKG

foxact

Version:

React Hooks/Utils done right. For browser, SSR, and React Server Components.

7 lines (5 loc) 224 B
/** @private */ declare function noSSRError(errorMessage?: string, nextjsDigest?: string): Error; /** @see https://foxact.skk.moe/no-ssr */ declare function noSSR(extraMessage?: string): void; export { noSSR, noSSRError };