UNPKG
@nwebui/react-niagara-px
Version:
alpha (0.1.0-alpha.5)
latest (0.1.0-alpha.1)
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
React Niagara Px View
github.com/nwebui/react-niagara-px
nwebui/react-niagara-px
@nwebui/react-niagara-px
/
dist
/
PxViewContext.js
10 lines
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ createContext, useContext }
from
"react"
;
export
const
PxViewContext
=
createContext
({
popup
(
ord
) {
console
.
log
(ord); }, });
export
function
usePxView
(
) {
return
useContext
(
PxViewContext
); }
//# sourceMappingURL=PxViewContext.js.map