Repository URL to install this package:
|
Version:
0.58.2 ▾
|
import { useLayoutEffect } from 'react';
/**
* Prevent warning on SSR by falling back to useEffect when window is not defined
*/
export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;
//# sourceMappingURL=use-isomorphic-layout-effect.d.ts.map