UNPKG

@blueprintjs/core

Version:

Core styles & components

6 lines (5 loc) 210 B
import { useEffect } from "react"; /** * @returns the appropriate React layout effect hook for the current environment (server or client). */ export declare const useIsomorphicLayoutEffect: typeof useEffect;