@modern-js-reduck/react
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
7 lines • 342 B
TypeScript
/**
* copied from https://github.com/reduxjs/react-redux/blob/master/src/utils/useIsomorphicLayoutEffect.ts
* license at https://github.com/reduxjs/react-redux/blob/master/LICENSE.md
*/
import { useLayoutEffect } from 'react';
export declare const canUseDOM: boolean;
export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;