UNPKG
glodrei
Version:
latest (0.0.2)
0.0.2
0.0.1
useful add-ons for react-three-fiber
github.com/pmndrs/drei
pmndrs/drei
glodrei
/
dist
/
web
/
pivotControls
/
context.js
6 lines
(3 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
import
*
as
React
from
'react'
;
const
context =
/* @__PURE__ */
React
.
createContext
(
null
);
export
{ context };