UNPKG

react-bkoi-gl

Version:

React components for Barikoi GL JS

4 lines 247 B
import { useEffect, useLayoutEffect } from "react"; const useIsomorphicLayoutEffect = typeof document !== "undefined" ? useLayoutEffect : useEffect; export default useIsomorphicLayoutEffect; //# sourceMappingURL=use-isomorphic-layout-effect.js.map