UNPKG
react-bkoi-gl
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
React components for Barikoi GL JS
docs.barikoi.com/docs/maps-api
barikoi/react-bkoi-gl
react-bkoi-gl
/
dist
/
utils
/
use-isomorphic-layout-effect.js
4 lines
•
247 B
JavaScript
View Raw
1
2
3
4
import
{ useEffect, useLayoutEffect }
from
"react"
;
const
useIsomorphicLayoutEffect =
typeof
document
!==
"undefined"
? useLayoutEffect : useEffect;
export
default
useIsomorphicLayoutEffect;
//# sourceMappingURL=use-isomorphic-layout-effect.js.map