UNPKG
@dotconnor/grommet
Version:
latest (2.16.2)
2.16.2
2.16.0
2.15.2
2.15.0
focus on the essential experience
grommet.io
grommet/grommet
@dotconnor/grommet
/
es6
/
contexts
/
ContainerTargetContext
/
ContainerTargetContext.js
2 lines
•
154 B
JavaScript
View Raw
1
2
import
React
from
'react'
;
export
var
ContainerTargetContext
=
/*#__PURE__*/
React
.
createContext
(
typeof
document
===
'object'
?
document
.
body
:
undefined
);