UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

5 lines (3 loc) 149 B
import * as React from 'react'; export const useIsomorphicLayoutEffect = typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect;