UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 121 B
import{useEffect as e,useLayoutEffect as o}from"react";export const useIsomorphicEffect="undefined"!=typeof document?o:e;