UNPKG
@0xllllh/react-krpano
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
React bindings for krpano.
0xllllh.github.io/react-krpano/
0xLLLLH/react-krpano
@0xllllh/react-krpano
/
src
/
contexts
/
CurrentSceneContext.ts
4 lines
(2 loc)
•
105 B
text/typescript
View Raw
1
2
3
4
import
React
from
'react'
;
export
const
CurrentSceneContext
=
React
.
createContext
<
string
|
null
>(
null
);