UNPKG

@storm-stack/hooks

Version:

A collection of React hooks used by Storm Software in various client libraries and applications.

8 lines (7 loc) 255 B
import { useEffect } from "react"; /** * The function checks if the code is running on the server-side * * @returns An indicator specifying if the code is running on the server-side */ export declare const useIsomorphicLayoutEffect: typeof useEffect;